import React from "react"; interface Props { digit: string; } export declare const SlidingDigit: ({ digit }: Props) => React.JSX.Element; export {};