export interface PopoverTheme {
    /** CSS class applied to the root popover container. */
    base: string;
    /** CSS class applied when padding is disabled. */
    disablePadding: string;
}
export declare const popoverTheme: PopoverTheme;
