/// import { Plugins, UIOptions } from '@pdfme/common'; export declare const I18nContext: import("react").Context<(key: "type" | "width" | "height" | "rotate" | "opacity" | "required" | "table" | "cancel" | "settings" | "show_page_numbers" | "field" | "fieldName" | "align" | "edit" | "editable" | "plsInputName" | "fieldMustUniq" | "notUniq" | "noKeyName" | "fieldsList" | "editField" | "errorOccurred" | "errorBulkUpdateFieldName" | "commitBulkUpdateFieldName" | "bulkUpdateFieldName" | "addPageAfter" | "removePage" | "removePageConfirm" | "validation.uniqueName" | "validation.hexColor" | "schemas.color" | "schemas.borderWidth" | "schemas.borderColor" | "schemas.backgroundColor" | "schemas.textColor" | "schemas.bgColor" | "schemas.horizontal" | "schemas.vertical" | "schemas.left" | "schemas.center" | "schemas.right" | "schemas.top" | "schemas.middle" | "schemas.bottom" | "schemas.padding" | "schemas.text.fontName" | "schemas.text.size" | "schemas.text.spacing" | "schemas.text.textAlign" | "schemas.text.verticalAlign" | "schemas.text.lineHeight" | "schemas.text.min" | "schemas.text.max" | "schemas.text.fit" | "schemas.text.dynamicFontSize" | "schemas.text.format" | "schemas.mvt.typingInstructions" | "schemas.mvt.sampleField" | "schemas.mvt.variablesSampleData" | "schemas.barcodes.barColor" | "schemas.barcodes.includetext" | "schemas.table.alternateBackgroundColor" | "schemas.table.tableStyle" | "schemas.table.headStyle" | "schemas.table.bodyStyle" | "schemas.table.columnStyle" | "scan_a_table_from_a_document_or_an_image" | "deleteRowConfirm" | "detected_from_scanning" | "scan_table" | "no_tables_detected_from_scanning_the_selected_pages" | "no_tables_detected_from_this_image" | "max_size_allowed_is_5MB" | "deleteColumnConfirm" | "uploadFailed" | "page" | "pages" | "tables" | "selectAll" | "deselectAll" | "sanning" | "selectFile" | "startScanning" | "confirm" | "discard", dict?: { cancel: string; settings: string; show_page_numbers: string; field: string; fieldName: string; align: string; width: string; opacity: string; height: string; rotate: string; edit: string; required: string; editable: string; plsInputName: string; fieldMustUniq: string; notUniq: string; noKeyName: string; fieldsList: string; editField: string; type: string; errorOccurred: string; errorBulkUpdateFieldName: string; commitBulkUpdateFieldName: string; bulkUpdateFieldName: string; addPageAfter: string; removePage: string; removePageConfirm: string; 'validation.uniqueName': string; 'validation.hexColor': string; 'schemas.color': string; 'schemas.borderWidth': string; 'schemas.borderColor': string; 'schemas.backgroundColor': string; 'schemas.textColor': string; 'schemas.bgColor': string; 'schemas.horizontal': string; 'schemas.vertical': string; 'schemas.left': string; 'schemas.center': string; 'schemas.right': string; 'schemas.top': string; 'schemas.middle': string; 'schemas.bottom': string; 'schemas.padding': string; 'schemas.text.fontName': string; 'schemas.text.size': string; 'schemas.text.spacing': string; 'schemas.text.textAlign': string; 'schemas.text.verticalAlign': string; 'schemas.text.lineHeight': string; 'schemas.text.min': string; 'schemas.text.max': string; 'schemas.text.fit': string; 'schemas.text.dynamicFontSize': string; 'schemas.text.format': string; 'schemas.mvt.typingInstructions': string; 'schemas.mvt.sampleField': string; 'schemas.mvt.variablesSampleData': string; 'schemas.barcodes.barColor': string; 'schemas.barcodes.includetext': string; 'schemas.table.alternateBackgroundColor': string; 'schemas.table.tableStyle': string; 'schemas.table.headStyle': string; 'schemas.table.bodyStyle': string; 'schemas.table.columnStyle': string; scan_a_table_from_a_document_or_an_image?: string | undefined; deleteRowConfirm?: string | undefined; detected_from_scanning?: string | undefined; scan_table?: string | undefined; no_tables_detected_from_scanning_the_selected_pages?: string | undefined; no_tables_detected_from_this_image?: string | undefined; max_size_allowed_is_5MB?: string | undefined; deleteColumnConfirm?: string | undefined; uploadFailed?: string | undefined; page?: string | undefined; pages?: string | undefined; table?: string | undefined; tables?: string | undefined; selectAll?: string | undefined; deselectAll?: string | undefined; sanning?: string | undefined; selectFile?: string | undefined; startScanning?: string | undefined; confirm?: string | undefined; discard?: string | undefined; } | undefined) => string | undefined>; export declare const FontContext: import("react").Context>; export declare const PluginsRegistry: import("react").Context; export declare const OptionsContext: import("react").Context;