import { VariantLabels } from '../../types';
export declare function isVariantLabels(value: any): value is VariantLabels;
