export {
  default as CollapsibleContent,
  type CollapsibleContentEmits,
  type CollapsibleContentProps,
} from './CollapsibleContent.vue'
export {
  default as CollapsibleRoot,
  type CollapsibleRootEmits,
  type CollapsibleRootProps,
  injectCollapsibleRootContext,
} from './CollapsibleRoot.vue'
export {
  default as CollapsibleTrigger,
  type CollapsibleTriggerProps,
} from './CollapsibleTrigger.vue'
