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