export declare const CSS: {
    container: string;
    containerContent: string;
    hasProgress: string;
    hide: string;
    primary: string;
    secondary: string;
    tertiary: string;
};
export declare const SLOTS: {
    logo: string;
    user: string;
    progress: string;
    navigationAction: string;
    contentStart: string;
    contentEnd: string;
    contentCenter: string;
    navSecondary: string;
    navTertiary: string;
};
export declare const ICONS: {
    readonly hamburger: "hamburger";
};
