import * as tsx from 'vue-tsx-support';
export declare const Popover: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        side?: "left" | "right" | "bottom" | "top";
    }, {}, {}>;
} & import("vue").default & {
    side: "left" | "right" | "bottom" | "top";
}>;
