import { type WithElementRef } from '../../../utils/cn.js'; import type { HTMLAttributes } from 'svelte/elements'; type $$ComponentProps = WithElementRef> & { inset?: boolean; }; declare const DropdownMenuLabel: import("svelte").Component<$$ComponentProps, {}, "ref">; type DropdownMenuLabel = ReturnType; export default DropdownMenuLabel;