import { type ReactElement } from 'react'; export declare function useCreateStyleTags(urls?: string[]): [ReactElement[], boolean];