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