/// import type { IconType } from "./Icon/types"; declare function Appointments(props: IconType): JSX.Element; export default Appointments;