import type { HeaderConfig, NavbarConfig, AsideConfig, FooterConfig, BottomNavConfig } from './types'; export declare const DEFAULT_HEADER: HeaderConfig; export declare const DEFAULT_NAVBAR: NavbarConfig; export declare const DEFAULT_ASIDE: AsideConfig; export declare const DEFAULT_FOOTER: FooterConfig; export declare const DEFAULT_BOTTOM_NAV: BottomNavConfig;