import * as React from "react"; import theme from "../styles/DefaultTheme"; import { StyleProp, ViewStyle } from "react-native"; declare type Props = { title: string; buttonText: string; icon: string; onPress?: () => void; style?: StyleProp; theme: typeof theme; }; declare const _default: React.ComponentType & { theme?: import("@draftbit/react-theme-provider").$DeepPartial | undefined; }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & React.FC, {}>; export default _default; export declare const SEED_DATA: { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; buttonText: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: string; editable: boolean; required: boolean; }; icon: { group: string; label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; onPress: { group: string; label: string; description: string; editable: boolean; required: boolean; formType: string; propType: string; defaultValue: null; }; }; layout: {}; }[];