/// <reference types="react" />
import type { ProFormListItemProps } from './ListItem';
declare const ProFormListContainer: React.FC<ProFormListItemProps>;
export { ProFormListContainer };
