import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const ExitToAppIcon: FC; export default ExitToAppIcon;