import { type QRL } from '@qwik.dev/core'; import type { FunctionComponent as ReactFC } from 'react'; import type { QwikifyOptions, QwikifyProps } from './types'; export declare function qwikifyQrl>(reactCmp$: QRL>, opts?: QwikifyOptions): import("@qwik.dev/core").Component>; export declare const qwikify$: >(qrl: ReactFC, opts?: QwikifyOptions | undefined) => import("@qwik.dev/core").Component>;