type LinkFormProps = { href: string; autoFocus?: boolean; onChange?: (opts: { href: string; }) => void; onCancel?: () => void; }; export declare const LinkForm: import("react").NamedExoticComponent; export {};