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