export default SidebarHeader;
/** A header within the sidebar with title, subtitle and custom content at the bottom. */
declare class SidebarHeader extends React.PureComponent<any, any, any> {
    static displayName: string;
    constructor(props: any);
    constructor(props: any, context: any);
    render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=SidebarHeader.d.ts.map