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