export declare const Callout: (styleProps: any) => string; export declare const CalloutContent: (styleProps: any) => string; export declare const CalloutHeader: (styleProps: any) => string; export declare const CalloutTitle: (styleProps: any) => string; export declare const CalloutFooter: (styleProps: any) => string; export declare const CalloutIconWrapper: (styleProps: any) => string; export declare const CalloutClose: (styleProps: any) => string; export declare const CalloutOverlay: (styleProps: any) => string; export declare const getTintAttributes: (styleProps: any) => import("@emotion/utils").SerializedStyles;