import type { DataComponent as DC } from '../runtime';
import type { FetchConnector } from '../spec';
export type FetchOptions = Omit<FetchConnector, 'type'>;
export declare const Fetch: DC<FetchOptions>;
