import { SchemaType } from '@sanity/types'; import React from 'react'; import type { Previewable, SortOrdering } from '../types'; declare type OuterProps = { isActive: boolean; value: Previewable; type: SchemaType; children: (props: any) => React.ReactElement; ordering?: SortOrdering; }; declare const _default: React.ComponentType; export default _default; //# sourceMappingURL=ObserveForPreview.d.ts.map