import { ComponentInterface } from '../../stencil-public-runtime'; export declare class SignetHeaderItem implements ComponentInterface { $el: HTMLElement; isActive: boolean; getActiveStatus(): boolean; render(): any; }