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;
}
import React from 'react';
//# sourceMappingURL=SidebarHeaderNext.d.ts.map