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