import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
import { SchemaValue } from '../../../types/schemas';
export declare class SchemaPropertyNone extends SchemaPropertyService {
    readonly component: null;
    readonly default: undefined;
    protected request(value: SchemaValue): unknown;
    protected response(value: SchemaPropertyNone): unknown;
}
