import React from 'react';
import type { HeaderProps } from '../types';
interface PropTypes extends HeaderProps {
    height?: number;
}
declare const _default: React.MemoExoticComponent<({ buttonPrevIcon, buttonNextIcon, height }: PropTypes) => React.JSX.Element>;
export default _default;
//# sourceMappingURL=Calendar.d.ts.map