import { IconProps } from '../lib';
declare function Flag(props: IconProps): JSX.Element;
export default Flag;
