export declare function PageWizardHeader(props: {
    title: React.ReactNode;
    onClose?: () => void;
}): import("react/jsx-runtime").JSX.Element;
