import React from "react";
import type { TimerPickerModalRef, TimerPickerModalProps } from "./types";
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TimerPickerModalProps & React.RefAttributes<TimerPickerModalRef>>>;
export default _default;
