import { FASTElement } from "@microsoft/fast-element"; export declare class SidecarShellHeader extends FASTElement { /** * public dismissSidecar * emits the "dismissSidecarShell" event when called */ dismissSidecar(): void; /** * public detachSidecar * emits the "detachSidecarShell" event when called */ detachSidecar(): void; connectedCallback(): void; } //# sourceMappingURL=sidecar-shell-header.d.ts.map