import { DataTableTableConfigType } from '../types/dataTable';
type ApplyZIndexToWrapperParams = {
    tableConfig?: DataTableTableConfigType;
    zIndex?: number;
};
export declare const applyZIndexToWrapper: ({ tableConfig, zIndex, }: ApplyZIndexToWrapperParams) => DataTableTableConfigType;
type ApplyPositionToWrapperParams = {
    tableConfig?: DataTableTableConfigType;
    position?: string;
};
export declare const applyPositionToWrapper: ({ tableConfig, position, }: ApplyPositionToWrapperParams) => DataTableTableConfigType;
export {};
