///
import { TableColumn as TableColumnWSR } from '@wix/design-system/dist/types/Table';
export interface UseActionsCellColumnBaseParams {
actionsCellWidth?: string | number;
actionsCellProps?: Partial, 'render' | 'style'>>;
}
export declare function useActionsCellColumnBase(params: UseActionsCellColumnBaseParams): {
title: {} | null;
dataHook?: string | undefined;
key: import("react").Key;
align?: import("@wix/design-system/dist/types/Table/DataTable").DataTableColumnAlign | undefined;
width: string | number;
sortDescending?: boolean | undefined;
sortable?: boolean | undefined;
infoTooltipProps?: import("@wix/design-system/dist/types/Table/DataTable").PopoverPropsWithContent | undefined;
important?: boolean | undefined;
stickyActionCell?: boolean | undefined;
id: string;
style: {
justifyContent: string;
};
};
//# sourceMappingURL=useActionsCellColumnBase.d.ts.map