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