import { SelectionAny, SelectionDateExact } from './internal'; import { SelectionWithNoteMixin } from './mixin'; declare const SelectionChanged_base: typeof SelectionAny & import("../meta").AnyConstructor; export declare class SelectionChanged extends SelectionChanged_base { getExactDate(): SelectionDateExact; } export {};