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