import { ComponentStyle } from '../../styles/typings'; import { WizardModalProps, WizardProps } from './typings'; export declare const wizardStyle: ComponentStyle; export declare const wizardModalStyle: ComponentStyle; export declare const wizardSummaryStyle: ComponentStyle<{}>;