import * as React from "react"; import theme from "../styles/DefaultTheme"; import { StyleProp, ViewStyle } from "react-native"; declare type Props = { title?: string; subtitle?: string; style?: StyleProp; value: boolean; onValueChange?: (value: boolean) => void; color?: string; 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; preview_image_url: string; category: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; color: { label: string; description: string; editable: boolean; required: boolean; formType: string; }; fieldName: { defaultValue: string; handlerPropName: string; group: string; label: string; description: string; formType: string; propType: string; valuePropName: string; editable: boolean; required: boolean; }; subtitle?: undefined; }; layout: {}; } | { name: string; tag: string; description: string; category: string; preview_image_url: string; supports_list_render: boolean; props: { title: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; subtitle: { label: string; description: string; formType: string; defaultValue: string; editable: boolean; }; color: { label: string; description: string; editable: boolean; required: boolean; formType: string; }; fieldName: { defaultValue: string; handlerPropName: string; group: string; label: string; description: string; formType: string; propType: string; valuePropName: string; editable: boolean; required: boolean; }; }; layout: {}; })[];