import * as React from "react"; import { StyleProp, ViewStyle, TextStyle } from "react-native"; import theme from "../styles/DefaultTheme"; import type Icon from "./Icon"; declare type Props = { value?: number; theme: typeof theme; style?: StyleProp; onChange?: (value: number) => void; iconSize?: number; iconColor?: string; borderRadius?: number; typeStyle?: StyleProp; IconOverride?: typeof Icon; }; 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: { fieldName: { defaultValue: string; group: string; label: string; description: string; formType: string; propType: string; valuePropName: string; handlerPropName: string; editable: boolean; required: boolean; }; iconSize: { group: string; label: string; description: string; editable: boolean; required: boolean; min: number; max: number; step: number; formType: string; propType: string; defaultValue: number; }; iconColor: { group: string; label: string; description: string; editable: boolean; required: boolean; formType: string; propType: string; defaultValue: string; }; borderRadius: { label: string; description: string; formType: string; propType: string; defaultValue: null; editable: boolean; required: boolean; }; }; layout: {}; }[];