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