/// import { Style, TailwindFn } from 'twrnc/dist/esm/types'; declare type Props = { tw: TailwindFn; color?: string; style?: Style; }; declare const HR: ({ tw, color, style }: Props) => JSX.Element; export default HR;