import { DataComponent as DC } from '../runtime';
import { MapTransform } from '../spec';
export type MapOptions = Omit<MapTransform, 'type'>;
/**
 * Map transform by function.
 */
export declare const Map: DC<MapOptions>;
