import React, { PropsWithChildren } from 'react'; import { TextProps } from '../primitives/Text'; import { ViewProps } from '../primitives/View'; export declare const UL: React.ComponentType; type LIProps = TextProps | ViewProps; export declare function LI(props: PropsWithChildren): React.JSX.Element; export {}; //# sourceMappingURL=Lists.d.ts.map