import type { FlattenSimpleInterpolation } from '@elliemae/ds-system'; import type { MobileBannerTypesT } from '../index.d'; export declare const slideIn: import("styled-components").Keyframes; export declare const slideOut: import("styled-components").Keyframes; export declare const spanContainer: (height: number) => import("styled-components").Keyframes; export declare const shrinkContainer: (height: number) => import("styled-components").Keyframes; export declare const handleBorderColor: (type: MobileBannerTypesT, { colors }: { colors: any; }) => string; export declare const handleAnimation: (isAnimating: boolean, isOpen: boolean, height?: number | null) => FlattenSimpleInterpolation;