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