import React from 'react';
import type { THeader } from './types';
declare const Header: React.MemoExoticComponent<({ mode, containerStyle, changeModeTo, yearMonthTextStyle, iconContainerStyle, backIcon, backIconStyle, year, month, nextIcon, nextIconStyle, decreaseYear, increaseYear, decreaseMonth, increaseMonth, minYear, maxYear, minMonth, maxMonth, yearMonthBoxStyle, isShowMonthLabel, }: THeader) => JSX.Element>;
export default Header;
//# sourceMappingURL=Header.d.ts.map