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