/**
 * @class CardViewUtil
 */
declare class CardViewUtil {
    static STYLEVIEW: string;
    static RULEVIEW: string;
    static CLASSIFICATIONVIEW: string;
    static MULTIEDITVIEW: string;
    static SYMBOLIZERVIEW: string;
    static FILTEREDITVIEW: string;
    static ICONLIBRARIESVIEW: string;
}
export default CardViewUtil;
