import * as React from 'react';
export type SidebarHeaderProps = React.HTMLAttributes<HTMLDivElement>;
declare function SidebarHeader(props: SidebarHeaderProps): import("react/jsx-runtime").JSX.Element;
export { SidebarHeader };