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