/**
 * Holds the unique identifier for the checkbox group.
 */
export declare const CheckboxGroupContext: import('react').Context<string>;
