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