import type { ReadTheme } from "@draftbit/theme"; import * as React from "react"; import { ViewProps, StyleProp, ImageStyle } from "react-native"; type Props = { name: string; color?: string; size: number; style?: StyleProp; theme: ReadTheme; } & ViewProps; declare const _default: React.ForwardRefExoticComponent, "theme"> & React.RefAttributes>; export default _default;