import React from "react"; import { SxProps, Theme } from "@mui/material"; interface AccelDatePickerProps { boxSx?: SxProps; } declare const AccelDatePicker: React.FC; export default AccelDatePicker;