type __VLS_Props = { icon: string; muted?: boolean; hint?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { hint: string; muted: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>; export default _default;