declare namespace _default {
    const bind: any;
    const unbind: any;
}
export default _default;
export type ClickoutEl = HTMLElement & {
    _vtsClickout: {
        stop: EventListener;
    };
};
