//#region src/react-renderer/styles/index.d.ts
/**
 * v0.9: Styles are now handled by a2ui-react components internally.
 * These functions are kept as no-ops for backward compatibility.
 */
declare function injectStyles(): void;
declare function removeStyles(): void;
//#endregion
export { injectStyles, removeStyles };
//# sourceMappingURL=index.d.mts.map