import Image from "./Image";
import * as Mail from "./Mail";
import * as Barcode from "./Barcode";
import * as Number from "./Number";
import { OnTable } from "./Components/OnTable";
import * as ImageUtils from "./Utils/Image";
import * as Utils from "./Utils";
import * as Services from "./Services";
import * as SuperTef from "./SuperTef";
import * as EvoPagamentos from "./EvoPagamentos";
import * as MercadoPago from "./MercadoPago";
import * as WhatsApp from "./WhatsApp";
import * as Asaas from "./Asaas";
export declare const backend: {
    Image: typeof Image;
    Mail: typeof Mail;
    Utils: typeof Utils;
    ImageUtils: typeof ImageUtils;
    Services: typeof Services;
    SuperTef: typeof SuperTef;
    EvoPagamentos: typeof EvoPagamentos;
    MercadoPago: typeof MercadoPago;
    WhatsApp: typeof WhatsApp;
    Asaas: typeof Asaas;
};
export declare const web: {
    Barcode: typeof Barcode;
    Number: typeof Number;
    OnTable: <T>({ data, columns, onSort, onFilter, filters, currentPage, totalPages, onPageChange, itemsPerPage, onItemsPerPageChange, itemsPerPageOptions, onSelectionChange, selectedItems, onRowAction, selectable, selectableItem, keyField, onVisibleColumnsChange, initialHiddenColumns, tableClassName, containerClassName, rowClassName, emptyStateMessage, loading, customButtons, totalItemCount, pagination, id, }: import("./Components/OnTable").TableProps<T>) => import("react/jsx-runtime").JSX.Element;
    ImageUtils: typeof ImageUtils;
};
declare const _default: {
    Image: typeof Image;
    Mail: typeof Mail;
    Barcode: typeof Barcode;
    Number: typeof Number;
    OnTable: <T>({ data, columns, onSort, onFilter, filters, currentPage, totalPages, onPageChange, itemsPerPage, onItemsPerPageChange, itemsPerPageOptions, onSelectionChange, selectedItems, onRowAction, selectable, selectableItem, keyField, onVisibleColumnsChange, initialHiddenColumns, tableClassName, containerClassName, rowClassName, emptyStateMessage, loading, customButtons, totalItemCount, pagination, id, }: import("./Components/OnTable").TableProps<T>) => import("react/jsx-runtime").JSX.Element;
    ImageUtils: typeof ImageUtils;
    Services: typeof Services;
};
export default _default;
export { Image, Mail, Barcode, Number, OnTable, ImageUtils, Services, SuperTef, EvoPagamentos, MercadoPago, WhatsApp, Asaas, };
