import { PharosElement } from '../base/pharos-element'; import type { TemplateResult, CSSResultArray } from 'lit'; /** * Pharos header component. * * @tag pharos-header * * @slot top - Content to be shown at the top of the nav. * @slot start - Content to be shown at the start of the nav. * @slot center - Content to be shown at the center of the nav. * @slot end - Content to be shown at the end of the nav. * */ export declare class PharosHeader extends PharosElement { static get styles(): CSSResultArray; protected render(): TemplateResult; } //# sourceMappingURL=pharos-header.d.ts.map