import { Style } from "./types"; export declare function injectStylesheet(styles?: Style, propertyList?: string[], isAllowlist?: boolean): HTMLStyleElement;