import type { IconProps } from '../types/index'; declare function SvgErrorPicture(iconProps: IconProps): JSX.Element; declare namespace SvgErrorPicture { var displayName: string; } export default SvgErrorPicture;