import type { DataGridRow } from '../../types'; import { type HeadCellProps } from '../HeadCell'; type UseLogicParams = HeadCellProps; export declare const useLogic: ({ field, isSortable, startAdornment, onSort, }: UseLogicParams) => { wrapperProps: { $hasStartAdornment: boolean; onClick: () => void; }; }; export {};