import React from 'react'; export default function FormLabel(props: { /** * The text of the label */ children: React.ReactNode; /** * Whether the associated input field is required. */ required: boolean; }): JSX.Element; //# sourceMappingURL=FormLabel.d.ts.map