import React from "react";
import { GuiDateRangePickerProps } from "./GuiDateRangePicker.type";
export declare const GuiDateRangePicker: React.FC<GuiDateRangePickerProps>;
export default GuiDateRangePicker;
