import React from 'react'; export declare const DateWrapper: { ({ children, date, months, count }: { children: any; count: any; date: any; months: any; }): React.JSX.Element; propTypes: { children: any; date: any; months: any; count: any; }; }; //# sourceMappingURL=DateWrapper.d.ts.map