import { View } from 'react-native'; import type { RingProps } from './types'; interface RingFactoryPayload { props: RingProps; ref: View; } export declare const Ring: import("../../core/factory").PlatformBlocksComponent; export default Ring;