export declare type PositionType = 'left' | 'right' | 'top' | 'bottom';
export declare type PopoverType = 'success' | 'error' | 'warning' | 'info' | 'default';
export declare type TriggerType = 'click' | 'hover';
