export declare const CSS: {
  checkboxLabel: string;
  checkbox: string;
  chevron: string;
  nodeContainer: string;
  childrenContainer: string;
  bulletPointIcon: string;
  checkmarkIcon: string;
};
export declare const SLOTS: {
  children: string;
};
export declare const ICONS: {
  bulletPoint: string;
  checkmark: string;
  chevronRight: string;
};
