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