import { Collapsible as CollapsiblePrimitive } from '@base-ui-components/react/collapsible'; /** * Collapsible is a component that allows you to collapse and expand content. * It is a wrapper around the CollapsiblePrimitive component from base-ui-components. * * @public */ export declare const Collapsible: { Root: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Trigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Panel: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; };