import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const AdjustmentsVerticalIcon: import("svelte").Component<Props, {}, "">;
type AdjustmentsVerticalIcon = ReturnType<typeof AdjustmentsVerticalIcon>;
export default AdjustmentsVerticalIcon;
