/**
 * 通用的CSS类名
 */
export declare const PopsCommonCSSClassName: {
    flexCenter: string;
    flexYCenter: string;
    flexXCenter: string;
    hide: string;
    hideImportant: string;
    noBorder: string;
    noBorderImportant: string;
    userSelectNone: string;
    lineHeightCenter: string;
    widthFill: string;
    textIsDisabled: string;
    textIsDisabledImportant: string;
};
