export type PanelHeaderLeadingProps = { title: React.ReactNode; subtitle?: React.ReactNode; content?: React.ReactNode; onBack?: () => void; backLabel?: string; children?: React.ReactNode; capitalize?: boolean; }; export declare const PanelHeaderLeading: ({ title, subtitle, content, backLabel, onBack, children, capitalize, }: PanelHeaderLeadingProps) => import("react").JSX.Element; //# sourceMappingURL=PanelHeaderLeading.d.ts.map