import { DataComponent as DC } from '../runtime';
import { JoinTransform } from '../spec';
export type JoinOptions = Omit<JoinTransform, 'type'>;
/**
 * Join data with another dataset by SQL style.
 */
export declare const Join: DC<JoinOptions>;
