import { type IconProps } from "../../../base/index.ts";
declare const AdjustmentsVertical: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type AdjustmentsVertical = ReturnType<typeof AdjustmentsVertical>;
export default AdjustmentsVertical;
