import React from "react";
import type { InlineCssCollectorProps } from "./types.js";
/**
 * A component that inlines pre-transformed CSS content.
 * Expects cssFiles to be an array of CssContent objects with the content already loaded.
 */
export declare function InlineCssCollector({ children, cssFiles, moduleRootPath, }: InlineCssCollectorProps): React.FunctionComponentElement<{
    children?: React.ReactNode | undefined;
}>;
//# sourceMappingURL=css-collector-inline.d.ts.map