export declare const ServiceCardStyle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { disabled?: boolean; $bColor?: string; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const IconCardStyle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { $bColor?: string; $iColor: string; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const TitleContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;