import { TourPulseMixinOptions } from './types'; export declare const tourPulseMixin: ({ backgroundColor, borderColor, borderColorFade, shadowColor, shadowColorFade, inset, borderRadius, duration, timingFunction, iterationCount, pointerEventsNone, }?: TourPulseMixinOptions) => import('styled-components').FlattenSimpleInterpolation;