/** * The minimum viewable year in the year selector */ export declare const MINIMUM_VIEWABLE_YEAR = 1800; /** * The maximum viewable year in the year selector */ export declare const MAXIMUM_VIEWABLE_YEAR = 2099;