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