import { CellProps, WithClassname } from '@jsonforms/core';
declare type AntdInputDateProps = {
    format?: string;
};
export declare const AntdInputDate: (props: CellProps & WithClassname & AntdInputDateProps) => JSX.Element;
export {};
