export type FaqItemProps = Omit, "children"> & Readonly<{ answer: React.ReactNode; question: string; forceShowAll?: boolean; }>; export declare const FaqItem: ({ question, answer, forceShowAll, ...rest }: FaqItemProps) => import("react").JSX.Element; //# sourceMappingURL=FaqItem.d.ts.map