import type { HTMLAttributes } from 'react';
export type SidepanelHeaderTitleProps = HTMLAttributes;
declare const SidepanelHeaderTitle: ({ className, ...props }: SidepanelHeaderTitleProps) => import("react/jsx-runtime").JSX.Element;
export default SidepanelHeaderTitle;
//# sourceMappingURL=SidepanelHeaderTitle.d.ts.map