import type { TokensType } from '../../theme/interface';
export declare const varCreator: (TOKENS: TokensType) => {
    icon_color: string;
    icon_disabled_color: string;
};
