import { IconProps } from '../lib';
declare function DiceTwo(props: IconProps): JSX.Element;
export default DiceTwo;
