import type { OnboardingFooterProps } from "../types/layout"; /** * Onboarding footer with submit and optional back button * COPIED VERBATIM FROM: components/onboarding/steps/single-select-step.tsx:111-126 */ export declare function OnboardingFooter({ submitText, loadingText, isLoading, isDisabled, onSubmit, backText, onBack, showBack, }: OnboardingFooterProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OnboardingFooter.d.ts.map