declare const _default: () => { type: string; 'x-component': string; 'x-component-props': { ghost: boolean; destroyInactivePanel: boolean; defaultActiveKey: never[]; }; properties: { stroke: { type: string; 'x-component': string; 'x-component-props': { header: string; }; properties: { strokeColor: { type: string; title: string; 'x-decorator': string; 'x-component': string; 'x-decorator-props': {}; }; lineWidth: { type: string; title: string; default: number; 'x-decorator': string; 'x-component': string; 'x-component-props': { min: number; max: number; step: number; }; 'x-decorator-props': {}; }; lineOpacity: { type: string; title: string; default: number; 'x-decorator': string; 'x-component': string; 'x-decorator-props': {}; 'x-component-props': { min: number; max: number; step: number; }; }; }; }; }; }; export default _default;