import { SelectionAny } from './internal';
export declare class SelectionTime extends SelectionAny {
    valueAsExactTime(): (import("../parse").ValueExactTime | null)[];
}
