import { ComponentMap } from './loader'; import * as actions from '../web-components/actions'; import * as hero from '../web-components/hero'; import * as pathway from '../web-components/pathway'; import * as navigation from '../web-components/navigation'; export declare const structuralComponents: ComponentMap; export declare const LoadStructuralComponents: () => void; export { actions, hero, pathway, navigation }; //# sourceMappingURL=structural.d.ts.map