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