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