import './SnackBarTimer.css'; import React from 'react'; import { SnackBarTimerProps } from '../types'; export declare const SnackBarTimer: React.FC;