import { SvgImageProps } from './types/SvgImage.props.ts'; import { FC } from 'react'; /** * Image-layout wrapper for a locally bundled SVG component. SVGs are * decorative by default; pass `alt` or `aria-label` for informative images. */ declare const SvgImage: FC; export default SvgImage;