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