import { IIconProps } from "native-base"; declare const AccountOutline: (props: IIconProps) => JSX.Element; export default AccountOutline;