import React from "react"; import { TabProps } from "@docusaurus/theme-common/internal"; export interface Props { schemaType: any; } export default function MimeTabs(props: Props & TabProps): React.JSX.Element;