import { default as React } from 'react'; import { default as AiCfoDashboardCard } from '../AiCfoDashboardCard'; export type AiCfoDashboardCardWithScopeModalStoryProps = Omit, "openOnboardingPage"> & { isTOSAccepted: boolean; }; /** * Dashboard AI CFO card + {@link AiCfoScopeModal} opening {@link AiCfoOnboardingPage}, * same pattern as production (`CardPaymentModal`, `DashboardScreen` scope flow). */ export declare function AiCfoDashboardCardWithScopeModalStory(props: AiCfoDashboardCardWithScopeModalStoryProps): import("react/jsx-runtime").JSX.Element;