import type { CSSProperties, ReactNode } from 'react'; type FAQProps = { description: string; productIcon?: ReactNode; illustrationText?: number | string; notes?: string; title: string; style?: CSSProperties; }; export declare function FAQ({ productIcon, illustrationText, title, description, notes, style }: FAQProps): import("react").JSX.Element; export declare namespace FAQ { var displayName: string; } export {}; //# sourceMappingURL=index.d.ts.map