import * as React from 'react'; import Collapse from '..'; function CollapseWithMandatoryProps() { return ; } function CollapseWithAllProps() { return ( Text ); }