import { CommonObj } from '../../_types';

export declare function test(val: string, data: CommonObj, props?: CommonObj): any;
