declare const useIsWrappedContainer: (wrappedRef: React.MutableRefObject<HTMLDivElement | null>, checkWrapped: boolean) => boolean;
export default useIsWrappedContainer;
