/// interface ICardFaqStyles { $open: boolean; $height: number; } export declare const CardFaq: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ICardFaqStyles>>; export {};