import * as React from 'react'; import { Content } from '@radix-ui/react-dialog'; import type { VariantProps } from 'class-variance-authority'; export declare const sheetVariants: (props?: ({ side?: "top" | "right" | "bottom" | "left" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type SheetContentProps = React.ComponentPropsWithoutRef & VariantProps; export declare const SheetContent: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ side?: "top" | "right" | "bottom" | "left" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes>; //# sourceMappingURL=SheetContent.d.ts.map