import { Dispatch, SetStateAction } from 'react'; import { ThemeIdentifierType } from '../ThemeIdentifierContext'; export declare function useSetThemeIdentifier(): Dispatch>;