import type { ExtractTokenValuePair } from './types';
/**
 * This hook can be used as an escape hatch when you need
 * to get the light and dark value pair of a token.
 */
export declare function useExtractTokenValuePair(): ExtractTokenValuePair;
