export interface Size { width?: number; height?: number; } interface UseCheckElementSizeOptions { enable?: boolean; } export declare const useCheckElementSize: (targetElementRef: React.RefObject, options?: UseCheckElementSizeOptions) => Size | null; export {}; //# sourceMappingURL=check-element-size.d.ts.map