import { FontAwesomeType } from '../../apps/canvas-builder/types/font-awesome.types'; type __VLS_Props = { inline?: boolean; icon?: string; backgroundColor?: string; color?: string; faType?: FontAwesomeType; text?: string; tooltip?: string; variation?: 'extended' | 'compact' | 'minimal'; fitContent?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { text: string; inline: boolean; color: string; faType: FontAwesomeType; tooltip: string; backgroundColor: string; variation: "extended" | "compact" | "minimal"; fitContent: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;