import { FC } from 'react'; type AnimationSpeedToolProps = { exec: (action: () => void, msg: string) => void; g: any; }; export declare const AnimationSpeedTool: FC; export {};