import React from 'react'; import { TextProps } from '../primitives/Text'; import { ViewProps } from '../primitives/View'; export declare const UL: React.ComponentType; declare type LIProps = TextProps | ViewProps; export declare const LI: React.ComponentType; export {};