export declare const SHEETS_SHAPE_UI_PLUGIN_CONFIG_KEY = "sheets-shape-ui.config"; export declare const configSymbol: unique symbol; export interface IUniverSheetsShapeUIConfig { } export declare const defaultPluginConfig: IUniverSheetsShapeUIConfig;