import { ComponentHost } from './component'; import type { FC } from '../jsx'; import type { Context } from './common'; import type { RefValue } from './ref'; export type BootstrapReturn = ComponentHost & RefValue[0]['ref']>; export declare function bootstrap(fc: T, dom: HTMLElement, props?: Omit[0], 'children'>, context?: Context): BootstrapReturn;