import * as SheetPrimitive from '@radix-ui/react-dialog'; import { type VariantProps } from 'class-variance-authority'; import { type ComponentPropsWithoutRef, type HTMLAttributes } from 'react'; declare const Sheet: import("react").FC; declare const SheetTrigger: import("react").ForwardRefExoticComponent>; declare const SheetClose: import("react").ForwardRefExoticComponent>; declare const SheetPortal: import("react").FC; declare const SheetOverlay: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const sheetVariants: (props?: ({ side?: "bottom" | "left" | "right" | "top" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; interface SheetContentProps extends ComponentPropsWithoutRef, VariantProps { } declare const SheetContent: import("react").ForwardRefExoticComponent>; declare const SheetHeader: { ({ className, ...props }: HTMLAttributes): import("react").JSX.Element; displayName: string; }; declare const SheetFooter: { ({ className, ...props }: HTMLAttributes): import("react").JSX.Element; displayName: string; }; declare const SheetTitle: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SheetDescription: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, }; //# sourceMappingURL=sheet.d.ts.map