import type { HTMLAttributes } from 'vue';
export declare function getTitleAttribute(value: unknown): HTMLAttributes['title'];
