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