import React from 'react'; import { CollapsiblePanelContainerProps } from '../../types'; /** * The CollapsiblePanelContainer serves as a wrapper around a list and its associated trigger, * linking the list's open state with the trigger's press state and providing necessary context. */ declare const CollapsiblePanelContainer: React.ForwardRefExoticComponent>; export default CollapsiblePanelContainer;