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