import type { JSX } from "react"; export default function StringLabel({ format, }: { format?: string; }): JSX.Element; //# sourceMappingURL=String.d.ts.map