export declare const popoverTheme: { baseStyle: { content: { bg: string; borderColor: string; padding: string; _focus: { boxShadow: string; }; }; header: { color: string; border: string; px: number; pt: number; pb: string; }; body: { color: string; pt: number; pb: string; px: number; }; footer: { p: number; border: string; }; }; };