import React from 'react'; import type { FlagProps } from '../types'; export declare function SVFlag({ radius, className, size, ...others }: FlagProps): React.JSX.Element;