import type { Payload, RoughNotationGroupProps, State } from './types'; export declare const GroupContext: import("@builder.io/qwik").ContextId; export declare const RoughNotationGroup: import("@builder.io/qwik").Component; export declare const useGroupContext: (annotation: Payload['annotation'], order: Payload['order']) => void;