/// <reference types="react" />
import { ViewProps } from 'react-native';
export interface HrProps extends ViewProps {
}
export default function Hr(props: HrProps): JSX.Element;
