import { type BlockBackgroundVariant } from "../BlockBackground"; export type UseCasesBlockProps = Readonly<{ titleBlock?: React.ReactNode; selectedIndex: number; background?: BlockBackgroundVariant; useCases?: Array<{ cta?: React.ReactNode; content?: React.ReactNode; description?: string; }>; forceShowAll?: boolean; }>; export declare const UseCasesBlock: ({ titleBlock, selectedIndex, background, useCases, forceShowAll, ...rest }: UseCasesBlockProps) => import("react").JSX.Element; //# sourceMappingURL=UseCasesBlock.d.ts.map