import { IMix } from '../../typings'; export declare const useMix: (rule: IMix, val: string) => boolean;