import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Cube: import("svelte").Component; type Cube = ReturnType; export default Cube; //# sourceMappingURL=cube.svelte.d.ts.map