declare const useJSS: (data?: unknown) => Record<"Label" | "Text" | "LabelledText", string>; export default useJSS;