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