import { EmotionCache } from '@emotion/utils'; export declare const createExtractCritical: (cache: EmotionCache) => (html: string) => { html: string; ids: string[]; css: string; };