import React from 'react'; import type { ViewStyle } from 'react-native'; interface WizardProps { currentStep?: number; totalSteps?: number; style?: ViewStyle; _tokens?: Record; children?: React.ReactNode; testID?: string; } export declare function Wizard({ currentStep, totalSteps, style, _tokens, children, testID }: WizardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=wizard.d.ts.map