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