/// interface Props { url: string; onUpdate: (url: string) => void; } export declare const UrlInput: ({ url, onUpdate }: Props) => JSX.Element; export {};