type InputSizeType = Record<'s' | 'm', {
    height: number;
    radius: number;
    outline: string;
}>;
export declare const INPUT_OPTION: InputSizeType;
export declare const INPUT_CONTAINER_COLOR: {
    base: import("@emotion/utils").SerializedStyles;
    disabled: import("@emotion/utils").SerializedStyles;
};
export declare const INPUT_COLOR: import("@emotion/utils").SerializedStyles;
export declare const NUMBER_BUTTON_COLOR: import("@emotion/utils").SerializedStyles;
export {};
