import { InputProps } from "../interfaces.js";
export type InputURLProps = {
    inputUrlObserve?: string;
};
export declare function InputURL(props: InputURLProps & InputProps): import("react/jsx-runtime").JSX.Element;
