export default Content; declare function Content({ children, stickyStyle }: { children: any; stickyStyle: any; }): any; declare namespace Content { let displayName: string; namespace propTypes { let children: PropTypes.Validator>; let className: PropTypes.Requireable; let fullScreen: PropTypes.Requireable; } } import PropTypes from 'prop-types'; //# sourceMappingURL=Content.d.ts.map