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