/** * AdMesh Style Injection System * * Provides platform-agnostic, isolated styling for AdMesh components * that prevents interference from host platform CSS frameworks */ /** * Inject AdMesh styles into the document * Ensures styles are loaded only once and don't conflict with host platform */ export declare const injectAdMeshStyles: () => void; /** * Remove AdMesh styles from the document * Useful for cleanup or testing */ export declare const removeAdMeshStyles: () => void; /** * Check if AdMesh styles are already injected */ export declare const areAdMeshStylesInjected: () => boolean; //# sourceMappingURL=styleInjection.d.ts.map