export type FeaturesBlockProps = Readonly<{ title?: React.ReactNode; features?: React.ReactNode; }>; export declare const FeaturesBlock: ({ title, features, ...rest }: FeaturesBlockProps) => import("react").JSX.Element; //# sourceMappingURL=FeaturesBlock.d.ts.map