export type BrowserDialogHeaderProps = Readonly<{ title: string; subtitle?: string; tabs?: React.ReactNode; className?: string; }>; export declare const BrowserDialogHeader: ({ title, subtitle, tabs, className, }: BrowserDialogHeaderProps) => import("react").JSX.Element; //# sourceMappingURL=BrowserDialogHeader.d.ts.map