export interface IObjectService {
    data?: any;
    key?: string;
}
export declare const ObjectService: ({ data, key }: IObjectService) => any;
