export declare const Input: import("@emotion/styled").StyledComponent<import("../../input-control/types").InputControlProps & import("react").RefAttributes<HTMLInputElement> & {
    theme?: import("@emotion/react").Theme;
} & {
    hideHTMLArrows: boolean;
}, {}, {}>;
export declare const SpinButton: import("@emotion/styled").StyledComponent<((import("../../button/types").ButtonProps & import("../../button/types").DeprecatedButtonProps) & import("react").RefAttributes<any>) & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const styles: {
    smallSpinButtons: import("@emotion/utils").SerializedStyles;
};
//# sourceMappingURL=number-control-styles.d.ts.map