import { type HTMLAttributes } from 'react'; type SeekControlProps = HTMLAttributes; export declare const SeekControl: ({ className, ...rest }: SeekControlProps) => import("react/jsx-runtime").JSX.Element; export {};