type StyleTarget = Document | ShadowRoot | Node | null | undefined; export declare function injectStyleOnce(id: string, styles: string, target?: StyleTarget): void; export {};