export default SidebarHeaderNext; /** A header within the sidebar with title, subtitle and custom content at the bottom. */ declare function SidebarHeaderNext({ dataHook, className, title, subtitle, children, }: { dataHook: any; className: any; title: any; subtitle: any; children: any; }): React.JSX.Element; declare namespace SidebarHeaderNext { let displayName: string; namespace propTypes { let dataHook: PropTypes.Requireable; let className: PropTypes.Requireable; let title: PropTypes.Requireable; let subtitle: PropTypes.Requireable; let children: PropTypes.Requireable; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=SidebarHeaderNext.d.ts.map