import { CSSResult } from 'lit'; import { ControlGroup } from '../forms'; /** * @element nve-checkbox-group * @description Groups related checkboxes together with a shared label and validation messaging for multi-select form inputs. * @since 0.3.0 * @entrypoint \@nvidia-elements/core/checkbox * @aria https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ */ export declare class CheckboxGroup extends ControlGroup { static styles: CSSResult[]; static readonly metadata: { tag: string; version: string; children: string[]; }; }