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