type FaqBlockProps = React.ComponentProps<"section"> & Readonly<{ titleBlock?: React.ReactNode; background?: "white" | "lightgrey"; }>; export declare const FaqBlock: ({ titleBlock, background, className, children, ...rest }: FaqBlockProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=FaqBlock.d.ts.map