export interface LabelProps { name: string; text?: string; } export default function Label(props: LabelProps): React.ReactElement