///
import { type FormLabelProps as MuiFormLabelProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type FormLabelProps = WithoutEmotionSpecific;
export declare const FormLabel: (props: FormLabelProps) => JSX.Element;