import { TAnimationProps } from '../../../types/screen/TAnimationProps';
declare const CountdownOutline: ({ outline, animationStart, dimension, isSuccessful, onlySuccessFulStage }: TAnimationProps) => import("react/jsx-runtime").JSX.Element;
export default CountdownOutline;
