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