export declare const linkMessages: {
    openLink: {
        id: string;
        defaultMessage: string;
        description: string;
    };
};
