import { SanityDocument } from '@sanity/types';
import React from 'react';
export interface MissingSchemaTypeProps {
    layout?: 'inline' | 'block' | 'default' | 'card' | 'media';
    value: SanityDocument;
}
export declare function MissingSchemaType(props: MissingSchemaTypeProps): React.JSX.Element;
//# sourceMappingURL=MissingSchemaType.d.ts.map