/**
 * Copyright (c) Paymium.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root of this projects source tree.
 */
import type { RemoveScroll as RS } from 'react-remove-scroll';
import type { ComponentProps } from 'react';
import { CrossedMethods } from '@crossed/styled';
export declare const RemoveScroll: ({ style, ref, noIsolation, inert, allowPinchZoom, enabled, removeScrollBar, className, shards, as, gapMode, ...props }: Omit<ComponentProps<typeof RS>, "className"> & {
    style?: CrossedMethods<any>;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemoveScroll.d.ts.map