export * from './editor.config';
export * from './editor.utils';
export declare function inputFile(type: any, accept: any): void;
export declare function getListValue(value: any, preListValue: any): any;
/** css namespace */
export declare const namespace = "fe";
