export declare class Popover { direction: string; position: string; offset: number; event: string; el: HTMLElement; $handle: any; $wrap: any; $mask: any; cp: any; wp: any; parent: { width: number; height: number; }; type: string; componentDidLoad(): void; setStyle(): void; renderOrigin(): void; bindClick(): Promise; initPosition(): Promise; computedPosition(): void; closePopover(): Promise; render(): any; /** * 已服务的形式调用 */ init(option: any): Promise; }