export declare const vOverflowTitle: { mounted: (el: HTMLElement) => void; }; export declare const vOverflowCopy: { mounted: (el: HTMLElement, text?: { value: string; }) => void; };