import { OverloadComponentContext } from './context';
export declare function forkComponent(context: OverloadComponentContext): Promise<void>;
