import type { AnyToken } from '../../types/tokens';
/**
 * This hook can be used as an escape hatch when you need
 * to get the underlying value of a token as a css string.
 */
export declare function useExtractedTokenCss(tokens: AnyToken | AnyToken[]): string;
