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