import { ViewSchema } from "@easyv/dtable-types/output/View"; declare const useViewSchema: (viewId?: string | undefined) => ViewSchema | null; export default useViewSchema;