export type FeatureSwitcherProps = Readonly<{ selectedIndex: number; features?: Array<{ cta?: React.ReactNode; content?: React.ReactNode; }>; forceShowAll?: boolean; }>; export declare const FeatureSwitcher: ({ selectedIndex, features, forceShowAll, }: FeatureSwitcherProps) => import("react").JSX.Element; //# sourceMappingURL=FeatureSwitcher.d.ts.map