import { FC } from 'react'; import { TimeTickerProps } from './TimeTicker.types'; declare const TimeTicker: FC; export default TimeTicker;