declare const AppTableUtils: { limitCharacters: (attr: string, props: any, max: number) => any; addCenteredHeader: (header: string) => import("react").JSX.Element; addCenteredCell: (attr: string, props: any) => import("react").JSX.Element; addEnumBadge: (attr: string, props: any, append: string, t: any) => import("react").JSX.Element; addSimpleCell: (value: any) => import("react").JSX.Element; }; export default AppTableUtils;