import { TextProps } from '../../../../components/src/index.ts'; export interface PanelTitleProps extends TextProps { title?: string; } export declare const PanelTitle: ({ className, title, ...rest }: PanelTitleProps) => import("react/jsx-runtime").JSX.Element;