import type { Field } from '../fields/config/types.js';
import { APIError } from './APIError.js';
export declare class MissingEditorProp extends APIError {
    constructor(field: Field);
}
//# sourceMappingURL=MissingEditorProp.d.ts.map