import React from 'react'; import { SchemaType } from '@sanity/types'; declare type Props = { snapshot: any; type: SchemaType; isLive: boolean; isLoading: boolean; layout: string; }; export default function RenderPreviewSnapshot(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=RenderPreviewSnapshot.d.ts.map