import React from 'react'; import { keyframes } from "@emotion/react"; export interface ReelProps { duration: number; width: number; frameWidth: number; stamps: number[]; children?: React.ReactNode; } export declare const Reel: React.FunctionComponent; export interface StyledAnimationStageProps { animation: ReturnType; duration: number; } //# sourceMappingURL=Reel.d.ts.map