/// export interface WizardFooterProps { /** Buttons in the footer */ children: any; } export declare const WizardFooter: React.FunctionComponent; //# sourceMappingURL=WizardFooter.d.ts.map