declare type PopoverStyle = {
    popoverBorderWidth?: string;
    popoverBorderColor?: string;
    popoverBorderRadius?: string;
    popoverBoxShadow?: string;
};
export { PopoverStyle };
