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