import React from 'react';
import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
import { WithInputProps } from '../util';
export declare const MaterialDateCell: (props: CellProps & WithClassname & WithInputProps) => React.JSX.Element;
export declare const materialDateCellTester: RankedTester;
declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
export default _default;
