import Schema from './schema'; export declare const propertiesV1: { mapControls: Schema; }; declare const uiStateSchema: { v0: Schema; v1: Schema; }; export default uiStateSchema;