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