export declare const Button: (styleProps: any) => string; export declare const ButtonIcon: (styleProps: any) => string; export declare const ButtonSpinnerWrapper: (styleProps: any) => string; export declare const ButtonSpinner: (styleProps: any) => string; export declare const ButtonClose: (styleProps: any) => string; export declare const isInteractive: (styleProps: any) => boolean; export declare const getDisabledProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getSizeProperties: (styleProps: any) => any; export declare const getLoadingProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getStaticProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getInteractiveProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getLinkProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getOutlinedProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles; export declare const getGhostProperties: (styleProps: any) => import("@emotion/utils").SerializedStyles;