import { DeviceBreakpointsType } from '../../../types/breakpoints/breakpoints';
import { CssAnimationConfig, ICssAnimationOptions } from '../../cssAnimation/types/cssAnimation';
import { CssAnimationType } from '../../cssAnimation/types/variant';
import { PopoverVariantStylesType } from '../types/popoverTheme';
export declare const getAnimationConfig: (styles: PopoverVariantStylesType, device: DeviceBreakpointsType, defaultAnimation?: CssAnimationType, defaultAnimationOptions?: ICssAnimationOptions) => CssAnimationConfig;
