export default function resolveConfig(config?: {}): { actions: any; componentKey: any; components: any; events: { onLassoStart: any; onLassoMove: any; onLassoEnd: any; }; targetKeys: any; };