/// <reference types="react" />
declare const DiceTwo: (props: any, ref: any) => JSX.Element;
export default DiceTwo;
