import { FC } from "react";
type CurrentTimeControlProps = {
    a11ySkipToLiveText?: string;
};
export declare const CurrentTimeControl: FC<CurrentTimeControlProps>;
export {};
//# sourceMappingURL=current-time-control.d.ts.map