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