/// import { IFieldProps } from "../../common/field"; declare function Label(props: IFieldProps): JSX.Element; export default Label;