import './FieldLabel.css'; export declare type FieldLabelPropSize = 'xs' | 's' | 'm' | 'l'; declare type FieldLabelProps = { size: FieldLabelPropSize; required?: boolean; }; export declare const FieldLabel: import("../../utils/types/PropsWithAsAttributes").ComponentWithAs; export {};