export declare const useSlantedDice: () => { rollDice: (diceSides: number) => number; };