import type { JSX } from "react"; import type { TypeValues } from "@theme/JSONSchemaViewer/types"; type Props = { type: TypeValues | true | false | string; [x: string]: any; }; export default function TypeLabelSwitch(props: Props): JSX.Element; export {}; //# sourceMappingURL=TypeLabelSwitch.d.ts.map