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