/// import { DivProps } from './PropsType'; declare function DivContainer(props: DivProps): JSX.Element; declare namespace DivContainer { var defaultProps: { wrapStyle: { height: string; }; }; } export default DivContainer; export { DivProps } from './PropsType';