///
interface FaqsProps {
bgColor?: string;
questionColor?: string;
answerColor?: string;
numberColor?: string;
padding?: boolean;
middleLineColor?: string;
}
export declare const Faqs: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, FaqsProps>>;
export {};