import React from 'react'; import Panel from './Panel'; import { EntranceProps } from './iCollapse'; declare class CollapseWrapper extends React.Component { static Panel: typeof Panel; constructor(props: EntranceProps); render(): JSX.Element; } export default CollapseWrapper;