import React from 'react'; export declare type PositionSizeType = { width: number; height: number; top: number; left: number; }; declare const _default: React.MemoExoticComponent & React.RefAttributes>>; export default _default;