import '../style/drawer.less'; export default class Drawer { private visible; private drawer; private el; private bodyOverflow; constructor(el?: HTMLElement, content?: HTMLElement); private _create; show(): void; close(): void; destroy(): void; }