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