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