declare function bind(el: HTMLElement, { value }: {
    value?: boolean | undefined;
}): void;
declare function unbind(el: HTMLElement): void;
export declare const vFocustrap: {
    beforeMount: typeof bind;
    unMount: typeof unbind;
};
export {};
