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