import { ElementViewTemplate } from "@microsoft/fast-element"; import type { SidecarShellHeader } from "./sidecar-shell-header.js"; /** * The template for the sidecar-shell-header component. * @public */ export declare function SidecarShellHeaderTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=sidecar-shell-header.template.d.ts.map