declare const WizardModal: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { cancelLabel?: import("react").ReactNode; controller?: import("./WizardService").WizardService; Component?: import("onekijs-framework").FCC>; doneLabel?: import("react").ReactNode; reviewLabel?: import("react").ReactNode; forwardOnly?: boolean; inModal?: boolean; nextLabel?: import("react").ReactNode; previousLabel?: string; stepSize?: import("../..").GridSize; onCancel?: import("onekijs-framework").AnyFunction; onDone?: import("onekijs-framework").AnyFunction; onNext?: ((currentStep: import("./typings").StepState, nextStep: import("./typings").StepState) => boolean) | undefined; onPrevious?: ((currentStep: import("./typings").StepState, previousStep: import("./typings").StepState) => boolean) | undefined; title?: import("react").ReactNode; TitleComponent?: React.FC; TitleContentComponent?: React.FC; hasSummaryStep?: boolean; } & { children?: import("react").ReactNode | undefined; }, never> & Partial & { cancelLabel?: import("react").ReactNode; controller?: import("./WizardService").WizardService; Component?: import("onekijs-framework").FCC>; doneLabel?: import("react").ReactNode; reviewLabel?: import("react").ReactNode; forwardOnly?: boolean; inModal?: boolean; nextLabel?: import("react").ReactNode; previousLabel?: string; stepSize?: import("../..").GridSize; onCancel?: import("onekijs-framework").AnyFunction; onDone?: import("onekijs-framework").AnyFunction; onNext?: ((currentStep: import("./typings").StepState, nextStep: import("./typings").StepState) => boolean) | undefined; onPrevious?: ((currentStep: import("./typings").StepState, previousStep: import("./typings").StepState) => boolean) | undefined; title?: import("react").ReactNode; TitleComponent?: React.FC; TitleContentComponent?: React.FC; hasSummaryStep?: boolean; } & { children?: import("react").ReactNode | undefined; }, never>>> & string & Omit, keyof import("react").Component>; export default WizardModal;