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