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