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