import { SpacingType } from "../../types"; import { ConsusTheme } from "../../styles/theme.interface"; export declare const inputStyles: (size: SpacingType) => (theme: ConsusTheme) => { width: string; padding: number; border: string; borderColor: string; borderRadius: number; backgroundColor: string; '&.fix-firefox': { width: string; }; '&:disabled': { backgroundColor: string; }; };