/// import { ItemProps } from './iSpace'; declare function Item({ className, direction, index, marginDirection, children, split, wrap }: ItemProps): JSX.Element | null; export default Item;