import { IconProps } from '../lib';
declare function DiceTwo({ weight, color, size, style }: IconProps): JSX.Element;
export default DiceTwo;
