/**
 * Use this hook to create a `<style>` element and inject it into the DOM.
 * It checks if the style already exists, and if it does, it does not inject it again.
 * @param key
 * @param styles
 */
export declare function useInjectStyles(key: string, styles: string): void;
