import type { Token } from '../../configs/types/Struct'; import type { TokenRef } from './types'; export default function isTokenRefVisible(ref: TokenRef): boolean; export declare function tokenRefToToken(ref: TokenRef): Token;