import { MaskIconName16, MaskIconName24 } from '../../types'; type __VLS_Props = { uri?: string; name?: `16_${MaskIconName16}` | `24_${MaskIconName24}`; width?: number | string; height?: number | string; color?: string | string[]; stroke?: string | 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, {}, SVGSVGElement>; export default _default; //# sourceMappingURL=PlSvg.vue.d.ts.map