declare type size = { width: number; height: number; }; export default size; //# sourceMappingURL=size.d.ts.map