import { Alignment, RowData, TableCell, CanEditCell } from "./types"; export declare function getAligmentClass(align?: Alignment): string | undefined; export declare function shouldEditCell(cell: TableCell, canEdit?: CanEditCell): boolean; export declare function rowIdFromRowElement(target: Element): string | undefined; export declare function isInActionsCell(el: Element): boolean;