import * as React from "react"; import { IconProps } from '../lib'; declare const DiceFive: (props: IconProps) => React.JSX.Element; export default DiceFive; //# sourceMappingURL=DiceFive.d.ts.map