import { SerializedStyles } from '@emotion/core'; import { WithTheme } from '@emotion/styled'; import { Theme } from '../../constants'; export declare const placeHolderPumpAnimation: ({ theme, }: WithTheme<{}, Theme>) => SerializedStyles; export declare const placeHolderPumpAnimationLottie: ({ theme, }: WithTheme<{}, Theme>) => SerializedStyles;