import { PropertyData } from '../types';
type DatePropertyOptions = PropertyData<Date | string>;
export declare function DateProperty(data?: DatePropertyOptions): (target: any, propertyKey: string) => void;
export {};
