import { Cre8Element } from '../cre8-element'; /** * @slot - The component content */ export declare class Cre8TertiaryNavItem extends Cre8Element { static styles: import("lit").CSSResult[]; /** * The href value of the tertiary nav link */ href?: string; /** * The current state of the tertiary nav link */ isCurrent?: boolean; /** * Handle on click * 1. On click, remove all isCurrent properties from all tertiary-nav items * 2. Add isCurrent to the item clicked */ private _handleOnClick; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'cre8-tertiary-nav-item': Cre8TertiaryNavItem; } } export default Cre8TertiaryNavItem; //# sourceMappingURL=tertiary-nav-item.d.ts.map