/// import { UseNodeSizeProps } from './useNodeSize'; export declare function useParentNodeSize(props?: UseNodeSizeProps): { ref: import("react").MutableRefObject; width: number; height: number; }; //# sourceMappingURL=useParentNodeSize.d.ts.map