import React from "react"; import DateRangePickerWrapper, { DateRangePickerWrapperProps } from "./DateRangePickerWrapper"; const DateRangePickerExporter: React.FunctionComponent = ( props: DateRangePickerWrapperProps ) => ( ); export default DateRangePickerExporter;