/// import type { Route } from "./EC3WidgetComponent"; export interface EC3HeaderProps { currentRoute: Route; } export declare const EC3Header: ({ currentRoute }: EC3HeaderProps) => JSX.Element; //# sourceMappingURL=EC3Header.d.ts.map