import { HTMLAttributes } from 'vue'; export interface HintTextProps { text?: string; icon?: string; class?: HTMLAttributes['class']; state?: 'default' | 'disabled' | 'error'; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { state: "default" | "disabled" | "error"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;