import * as React from "react"; import { Dialog as DrawerPrimitive } from "radix-ui"; export type DrawerDescriptionProps = React.ComponentPropsWithoutRef; export declare const DrawerDescription: ({ className, ...props }: DrawerDescriptionProps) => React.JSX.Element;