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