import { GraphicsProps } from '../graphics/utils'; import { IconNode } from './utils'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { /** * Icon object conforming to the type constraint. */ icon: IconNode; /** Whether to fill the icon. */ filled?: boolean; } & GraphicsProps; declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;