import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const FlagSolid: m.Component<SVGAttributes>;
export default FlagSolid;
