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