import { default as React } from 'react'; import { SvgImageBuilderProps } from './SvgImage.types'; export default function (props: SvgImageBuilderProps): React.JSX.Element;