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