/**
 * Injects CSS code into the document's <head>
 */
export declare const useStylesheet: (nodeRef: React.RefObject<null>, enable?: boolean) => void;
