export default function getElementSize(ele: any, ctlSize?: Record<string, any>): {
    width: any;
    height: any;
};
