import { IconComponent } from '@consta/icons/Icon'; import React from 'react'; import { FieldPropSize } from '../types'; type FieldLabelProps = { icon?: IconComponent; size?: FieldPropSize; required?: boolean; iconRef?: React.Ref; }; export declare const FieldLabel: import("../../../utils/types/PropsWithAsAttributes").ComponentWithAs; export {};