import { JSONSchema7Type } from 'json-schema';
import { CellProps, Column } from '@sage-bionetworks/react-datasheet-grid';
export type DateTimeCellProps = CellProps & {
    colType?: JSONSchema7Type;
};
export declare function DateTimeCell({ rowData, setRowData, disabled, colType, }: DateTimeCellProps): import("react/jsx-runtime").JSX.Element;
export type DateTimeColumnProps = {
    colType?: JSONSchema7Type;
};
export declare function dateTimeColumn({ colType, }: DateTimeColumnProps): Partial<Column>;
//# sourceMappingURL=DateTimeColumn.d.ts.map