/**
* 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 declarefunctionuseInjectStyles(key: string, styles: string): void;