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