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