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