export default function index({ onResize, ...rest }: { [x: string]: any; onResize: any; }): JSX.Element;