export declare const i18n: (key: G | (string extends S ? S : never), params?: { [key: string]: any; }) => S extends G ? { "column.add.before": string; "column.add.after": string; "column.remove": string; "column.remove.multiple": string; "row.header": string; "row.header.multiple": string; "row.add.before": string; "row.add.after": string; "row.remove": string; "row.remove.multiple": string; "cells.clear": string; "cells.bg": string; "cells.bg.none": string; "cells.bg.grey": string; "cells.bg.yellow-light": string; "cells.bg.yellow": string; "cells.bg.red-light": string; "cells.bg.red": string; "cells.bg.purple-light": string; "cells.bg.purple": string; "cells.bg.blue-light": string; "cells.bg.blue": string; "cells.bg.green-light": string; "cells.bg.green": string; "table.remove": string; "table.menu.cell.align.left": string; "table.menu.cell.align.right": string; "table.menu.cell.align.center": string; "table.menu.row.add": string; "table.menu.row.remove": string; "table.menu.column.add": string; "table.menu.column.remove": string; "table.menu.convert.yfm": string; "table.menu.table.remove": string; }[G] : string;