import type { Rect } from '../types'; type Params = { rect: Rect; }; export declare function hasNoSize({ rect }: Params): boolean; export {}; //# sourceMappingURL=hasNoSize.d.ts.map