import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createTypingAnimationStyle({ typingAnimationBackgroundImage, typingAnimationHeight, typingAnimationWidth }: StrictStyleOptions): {
    backgroundImage: string;
    backgroundRepeat: string;
    height: string | number;
    width: string | number;
};
//# sourceMappingURL=TypingAnimation.d.ts.map