import { Command as CommandPrimitive } from "bits-ui"; type $$ComponentProps = CommandPrimitive.GroupProps & { heading?: string; }; declare const CommandGroup: import("svelte").Component<$$ComponentProps, {}, "ref">; type CommandGroup = ReturnType; export default CommandGroup;