/// export declare const FieldLable: ({ label, required }: { label: string; required?: boolean | undefined; }) => JSX.Element;