import { type InputBoxProps } from '../InputBox'; export type UrlInputProps = Omit; declare const UrlInput: import("react").ForwardRefExoticComponent>; export default UrlInput; //# sourceMappingURL=UrlInput.d.ts.map