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