import { Style } from 'inlines'; export declare const TimeInput: ({ format, value: rawValue, onChange, ...props }: { format?: "hh:mm" | "mm:ss"; value?: Date; onChange: (e: any) => any; } & Style & React.InputHTMLAttributes & { ref?: React.Ref; }) => import("react/jsx-runtime").JSX.Element;