///
export type DropdownMenuSubContextValue = {
contentId: string;
triggerId: string;
trigger: HTMLElement | null;
onTriggerChange: (trigger: HTMLElement | null) => void;
};
export declare const DropdownMenuSubProvider: import("react").Provider, useDropdownMenuSubContext: () => DropdownMenuSubContextValue;
//# sourceMappingURL=Sub.context.d.ts.map