import type { RootComponentType } from "../types.js";
/**
 * A upgraded Root component that adds the cssFiles to the bottom of the page,,
 * expecting links to bubble up to the document head.
 */
export declare const Root: RootComponentType;
//# sourceMappingURL=root.d.ts.map