export function Underlay({ draggableClass, type, items, wrapperStyle, grid, activeId, includeUnderlay, }: { draggableClass: any; type: any; items: any; wrapperStyle: any; grid: any; activeId: any; includeUnderlay: any; }): React.JSX.Element | undefined; export namespace Underlay { namespace propTypes { let activeId: PropTypes.Requireable; let draggableClass: PropTypes.Requireable; let grid: PropTypes.Requireable; let includeUnderlay: PropTypes.Requireable; let items: PropTypes.Requireable; let type: PropTypes.Requireable; let wrapperStyle: PropTypes.Requireable<(...args: any[]) => any>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Underlay.d.ts.map