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