/// import { Sheet, SheetEntry } from '@universal-labs/native-twin'; import type * as streamInternal from 'stream'; import { Readable } from 'stream'; export default class ServerStyleSheet { instance: Sheet; sealed: boolean; constructor(); _emitSheetCSS: () => string; collectStyles(children: any): JSX.Element; getStyleTags: () => string; getStyleElement: () => import("react/jsx-runtime").JSX.Element[]; interleaveWithNodeStream(input: Readable): streamInternal.Transform; seal: () => void; }