export { default as SvgImage } from './SvgImage.vue';
export { default as SvgIcon } from './SvgIcon.vue';
export type { SvgImageProps, SvgIconProps } from 'integration-utils';
