import { FunctionComponent } from "react"; import { IconBaseProps } from "./IconBase"; declare const Today: FunctionComponent; export default Today;