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