export interface PopoverTheme {
    base: string;
    disablePadding: string;
}
export declare const popoverTheme: PopoverTheme;
export declare const legacyPopoverTheme: PopoverTheme;
