export interface UseComponentCssInjection { testId?: string; css: string; window?: Window | null; } export declare function useComponentCssInjection({ testId, css, window: targetWindow, }: UseComponentCssInjection): void;