declare const CIconSvg: import("vue").DefineComponent<{ /** * Use for replacing default CIconSvg component classes. Prop is overriding the 'size' prop. */ customClassName: (StringConstructor | ArrayConstructor | ObjectConstructor)[]; /** * The height attribute defines the vertical length of an icon. */ height: NumberConstructor; /** * Size of the icon. Available sizes: 'sm', 'lg', 'xl', 'xxl', '3xl...9xl', 'custom', 'custom-size'. */ size: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Title tag content. */ title: StringConstructor; /** * The width attribute defines the horizontal length of an icon. */ width: NumberConstructor; }, () => import("vue").VNode[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Title tag content. */ title: StringConstructor; /** * The width attribute defines the horizontal length of an icon. */ width: NumberConstructor; }>>, {}, {}>; export { CIconSvg };