export declare function getYears({ minDate, maxDate, }: {
    minDate: string;
    maxDate: string;
}): any[];
