import type { HTMLAttributes } from 'react';
export type SheetViewportProps = HTMLAttributes<HTMLDivElement> & {
    asChild?: boolean;
};
export declare const Viewport: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
    asChild?: boolean;
} & import("react").RefAttributes<HTMLDivElement>>;
