import type { ReactNode } from '../core'; export declare function renderToString(children: ReactNode, options?: { identifierPrefix?: string; }): string; export declare function renderToStaticMarkup(children: ReactNode, options?: { identifierPrefix?: string; }): string;