import { FC } from 'react'; interface SeekButtonsProps { color?: string; step: number; } declare const SeekButtons: FC; export default SeekButtons;