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