import React from "react"; import { ImageProps } from "react-native"; declare const Image: React.FC; export default Image; export declare const SEED_DATA: { name: string; tag: string; description: string; category: string; layout: { width: number; height: number; }; props: { source: { label: string; description: string; group: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; resizeMode: { group: string; label: string; description: string; editable: boolean; required: boolean; defaultValue: string; formType: string; propType: string; options: string[]; }; }; };