/// interface IProps { htmlFor: string; text: string; } export default function Label(props: IProps): JSX.Element; export {};