export declare const NUMERIC: {
    className: string;
    variants: {
        begin: string;
    }[];
    relevance: number;
};
