import { SwcAppInterface } from "../types"; import { CreateElementConfig } from "../utils/Utils"; export declare const swcAppTagName = "swc-app"; export declare const SwcApp: (w: Window, data?: CreateElementConfig) => SwcAppInterface; export declare const defineSwcApp: (w: Window) => Promise; export declare const swcAppBodyTagName = "swc-app-body"; export declare const SwcAppBody: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLBodyElement; export declare const defineSwcAppBody: (w: Window) => Promise; export declare const swcAppDivTagName = "swc-app-div"; export declare const SwcAppDiv: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLDivElement; export declare const defineSwcAppDiv: (w: Window) => Promise; export declare const swcAppSectionTagName = "swc-app-section"; export declare const SwcAppSection: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppSection: (w: Window) => Promise; export declare const swcAppMainTagName = "swc-app-main"; export declare const SwcAppMain: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppMain: (w: Window) => Promise; export declare const swcAppArticleTagName = "swc-app-article"; export declare const SwcAppArticle: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppArticle: (w: Window) => Promise; export declare const swcAppHeaderTagName = "swc-app-header"; export declare const SwcAppHeader: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppHeader: (w: Window) => Promise; export declare const swcAppFooterTagName = "swc-app-footer"; export declare const SwcAppFooter: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppFooter: (w: Window) => Promise; export declare const swcAppNavTagName = "swc-app-nav"; export declare const SwcAppNav: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppNav: (w: Window) => Promise; export declare const swcAppAsideTagName = "swc-app-aside"; export declare const SwcAppAside: (w: Window, data?: CreateElementConfig) => SwcAppInterface & HTMLElement; export declare const defineSwcAppAside: (w: Window) => Promise; export declare const swcAppFactories: ((w: Window) => Promise)[]; export declare const defineSwcAppAll: (w: Window) => Promise; export default defineSwcAppAll; //# sourceMappingURL=SwcApp.d.ts.map