export declare function useEditLink(): {
    text: string;
    link: string;
} | null;
