import type { SVGProps } from "react"; export interface Dice4IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Dice4Icon({ className, size, color, ...props }: Dice4IconProps): import("react").JSX.Element; //# sourceMappingURL=dice-4-icon.d.ts.map