import React from 'react'; export interface AnimationLengthButtonConnectProps { mapId: string; } export declare const AnimationLengthButtonConnect: React.FC;