import { CSSResultGroup, LitElement } from 'lit'; import '../elevation/elevation.js'; import '../button/button.js'; import '../icon/icon.js'; export declare class CustomPane extends LitElement { #private; open: boolean; mobile: boolean; type: 'modal' | undefined; left: boolean; right: boolean; id: string; static styles?: CSSResultGroup; render(): import("lit-html").TemplateResult<1>; }