///
import { StyleProp, TextStyle } from 'react-native';
type Props = {
color?: string;
size?: number;
style?: StyleProp;
};
export default function MissingIcon({ color, size, style }: Props): JSX.Element;
export {};
//# sourceMappingURL=MissingIcon.d.ts.map