import type { ReactNode } from 'react'; import type { SheetControllerContextValue } from './useSheetController'; export declare const SheetController: ({ children, onOpenChange: onOpenChangeProp, onAnimationComplete: onAnimationCompleteProp, open, hidden, disableDrag, }: Partial & { children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SheetController.d.ts.map