import type { PopTipAttributes } from './type';
export declare const DEFAULT_THEME: PopTipAttributes;
export declare const theme: {
    poptip: PopTipAttributes;
};
