export type HeaderProps = {
    isSubmitted?: boolean;
    bodyText?: string;
    title: string;
};
export default function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Header.d.ts.map