import { UISchema } from '../../../type'; import { MaterialEditorConfig } from '../type'; export declare function getMaterialSchema(config: MaterialEditorConfig): UISchema; export declare function getMaterialUVSchema(): UISchema; export declare function getTextureUVSchema(): UISchema;