import { SelectionAny } from './internal';
export declare class SelectionDatePunctual extends SelectionAny {
    valueAsDate(): (import("../parse").ValueDateInterpreted | import("../parse").ValueDateNormal | null)[];
}
