import type React from 'react';
import type { ReactElement } from 'react';
export interface WizardHeaderProps {
    children: ReactElement;
}
declare const WizardHeader: React.FC<WizardHeaderProps>;
export default WizardHeader;
//# sourceMappingURL=wizard-header.d.ts.map