import type { SettingsTabKey } from './types'; type SettingsContentProps = { activeTab: SettingsTabKey; minioBaseUrl?: string; }; export default function SettingsContent({ activeTab, minioBaseUrl }: SettingsContentProps): import("react").JSX.Element; export {}; //# sourceMappingURL=SettingsContent.d.ts.map