import React from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; type Props = React.ComponentPropsWithRef & { accessible?: boolean; children?: React.ReactNode; elevation?: number; onLongPress?: () => void; onPress?: () => void; radius?: number; style?: StyleProp; theme: Theme; }; declare const _default: React.ComponentType | "radius"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ accessible, children, elevation, onLongPress, onPress, radius, style, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Label.d.ts.map