import { IconValue } from 'vuetify/lib/composables/icons.mjs'; type __VLS_Props = { icon: IconValue; label?: string; decorative?: boolean; role?: 'img' | 'button' | 'presentation'; autoDetectButton?: boolean; color?: string; size?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;