export interface PopoverTheme { content: { base: string; animation: string; }; close: string; } export declare const popoverTheme: PopoverTheme; //# sourceMappingURL=theme.d.ts.map