import React from 'react'; import type { CollapseProps } from './types'; /** * Collapse — animates height (vertical) or width (horizontal) between * `collapsedSize` and the natural measured size of the content. * * RN-DEVIATION: transitions use Reanimated worklets; react-transition-group is web-only */ export declare function Collapse(rawProps: CollapseProps): React.ReactElement | null; //# sourceMappingURL=Collapse.d.ts.map