import { default as React } from 'react'; /** * Shared inner element type for react-window lists that constrains the * inner container width to the CSS variable set by the side-panel layout. * Used by TransactionList and TransactionListBig. */ declare const ConstrainedInnerElement: React.ForwardRefExoticComponent & React.RefAttributes>; export default ConstrainedInnerElement;