export declare function shouldShowExpandedContent(params: { hasContent: boolean; isCollapsible: boolean; isExpanded: boolean; }): boolean;