export * from './Wizard'; import { WizardProps, wizardItemProps } from './types'; export type { WizardProps, wizardItemProps };