export type FeatureBlockListItemProps = React.ComponentProps<"div"> & { title: string; icon?: React.ReactNode; }; export declare const FeatureBlockListItem: ({ title, children, icon }: FeatureBlockListItemProps) => import("react").JSX.Element; //# sourceMappingURL=FeatureBlockListItem.d.ts.map