export default CollapsibleContent; declare function CollapsibleContent({ maxHeight, children }: { maxHeight: any; children: any; }): JSX.Element; declare namespace CollapsibleContent { namespace propTypes { let children: PropTypes.Validator>>; let maxHeight: PropTypes.Requireable; } namespace defaultProps { let maxHeight_1: number; export { maxHeight_1 as maxHeight }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=CollapsibleContent.d.ts.map