import React from 'react'; import { GenericListItemSharedProps } from '@ui-schema/ds-material/BaseComponents/GenericList'; export declare const GenericListItemPos: ({ index, listSize, listRequired, schema, onChange, storeKeys, notSortable, btnSize, }: GenericListItemSharedProps) => React.ReactElement;