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