import { FC } from "react";
import { LiveInputProps } from "./LiveInput.types";
export declare const LiveInput: FC<LiveInputProps>;
