export declare const PopoverCloseButton: { baseStyle: (props: any) => { size: string; p: number; mt: string; _icon: { size: number; color: any; }; }; }; export declare const PopoverBody: { baseStyle: (props: any) => { p: number; borderColor: any; borderTopWidth: number; }; }; export declare const PopoverContent: { baseStyle: (props: any) => { backgroundColor: any; borderColor: any; borderWidth: number; rounded: string; }; }; export declare const PopoverHeader: { baseStyle: { p: number; _text: { fontWeight: number; }; }; }; export declare const PopoverArrow: { baseStyle: (props: any) => { borderColor: any; }; }; export declare const PopoverFooter: { baseStyle: (props: any) => { p: number; borderTopWidth: number; borderColor: any; flexDirection: string; flexWrap: string; }; };