import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconAxeLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconAxeLight = ReturnType; export default IconAxeLight;