import type { CssOGInfo } from '@lynx-js/web-constants'; /** * @param classes * @param styleInfo it should be flattened, which means there is no imports field in the styleInfo * @param cssId * @returns */ export declare function decodeCssOG(classes: string, styleInfo: CssOGInfo, cssId: string | null): string;