import React from 'react'; import type { TxKeyPath } from '@/lib'; type Props = { children: React.ReactNode; title?: TxKeyPath; }; export declare const ItemsContainer: ({ children, title }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=items-container.d.ts.map