import React from "react";
/**
 * A component that emits <link> tags for CSS files during streaming.
 * The high precedence ensures they bubble up to the document head.
 */
export declare function CssCollector({ children, cssFiles, moduleBaseURL, route, }: {
    children?: React.ReactNode;
    cssFiles: string[];
    moduleBaseURL?: string;
    route?: string;
}): React.FunctionComponentElement<{
    children?: React.ReactNode | undefined;
}>;
//# sourceMappingURL=css-collector.d.ts.map