///
import { type InputLabelBaseRecipeVariants } from './Label.css';
import { type ElementProps } from '../../../../../../types/element/elementProps';
export type InputLabelProps = ElementProps<'label', React.PropsWithChildren>;
export declare function InputLabel({ htmlFor, children, size, disabled, required, suffixIcon, className, ...restProps }: InputLabelProps): import("react/jsx-runtime").JSX.Element;
export declare namespace InputLabel {
var displayName: string;
}
//# sourceMappingURL=Label.d.ts.map