import { ComponentType } from 'react';
import { ViewProps } from '../primitives/View';
export declare const HR: ComponentType<ViewProps>;
