export { default as SVG } from './components/SvgComponent';
export type { SVGProps } from './components/SvgComponent';
