import { PostHog } from '../../posthog-core';
export declare const prepareStylesheet: (document: Document, innerText: string, posthog?: PostHog) => HTMLStyleElement | null;
