import { IBox } from "../../core/types"; import { IFormControl } from '../FormControl/types'; export declare const getInputVariants: (props: Partial) => IBox; export declare const inputWrapper: IBox; export declare const inputGroup: IBox; export declare const inputReadonly: IBox; export declare const inputDisabled: IBox; export declare const inputInvalid: IBox; export declare const inputEl: IBox; export declare const focusStyles: IBox; export declare const inputRightEl: IBox; export declare const inputLeftEl: IBox; export declare const numberStepper: IBox;