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