import { type ExtractPropTypes } from 'vue'; export declare const svgIconProps: { name: { type: StringConstructor; }; }; export type SvgIconProps = ExtractPropTypes;