import PropTypes from 'prop-types'; import { ExpandableContainerProps } from '../../types/listView'; export declare const escapeFocusDelegate: (e: any, setIsFocusEscaped: any, focusManager: any, isFocusEscaped: any) => void; declare const ListViewFocusWrapper: { (props: ExpandableContainerProps): import("react/jsx-runtime").JSX.Element; propTypes: { containerProps: PropTypes.Requireable>; isFocusEscaped: PropTypes.Requireable; }; }; export default ListViewFocusWrapper;