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