import { Cre8Element } from '../cre8-element'; /** * @slot - The component content */ export declare class Cre8TertiaryNav extends Cre8Element { static styles: import("lit").CSSResult[]; /** * Allows the tertiary nav to take up the full width of it parent container */ fullWidth?: boolean; /** * aria-label attribute to designate at name for the nav. Can be override by user */ navAriaLabel: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-tertiary-nav': Cre8TertiaryNav; } } export default Cre8TertiaryNav; //# sourceMappingURL=tertiary-nav.d.ts.map