import { ComponentInterface } from '../../stencil-public-runtime'; export declare class SignetHeader implements ComponentInterface { $headerContent: HTMLElement; headerId: string; $el: HTMLElement; logo: 'episource' | 'coder' | 'analyst' | 'submitter' | 'hub' | 'signet' | 'connect' | 'adaptive-coder' | 'portal'; fixed: 'top' | 'bottom'; logoSrc?: string; logoAlt?: string; logoHref?: string; render(): any; }