export declare const pasteErrorText = "Your browser doesn't allow pasting clipboard content via button. Please use shortcut instead.";
export declare const shortcut: {
    hotKey: string;
    label: string;
};
export declare const error: {
    message: string;
    close: string;
};
