1import React from 'react';
2import { TextProps } from '../primitives/Text';
3import { ViewProps } from '../primitives/View';
4export declare const UL: React.ComponentType<ViewProps>;
5type LIProps = TextProps | ViewProps;
6export declare const LI: React.ComponentType<LIProps>;
7export {};
8//# sourceMappingURL=Lists.d.ts.map