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