import { VividElement } from '../../shared/foundation/vivid-element/vivid-element'; export declare class SideDrawer extends VividElement { #private; alternate: boolean; modal: boolean; open: boolean; trailing: boolean; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; }