import { Reference } from '@sanity/types'; import { SchemaType } from '../../types'; interface PreviewSnapshot { title: string; } export declare function useRefValue = Record>(refId: string | undefined | null): T | undefined; export declare function useRefPreview(value: Reference | undefined | null, schemaType: SchemaType): PreviewSnapshot | undefined; export {}; //# sourceMappingURL=hooks.d.ts.map