import { DialogTitleProps } from '@radix-ui/react-dialog'; export interface DrawerTitleProps extends DialogTitleProps { } export declare const DrawerTitle: ({ children, className, ...props }: DrawerTitleProps) => import("react/jsx-runtime").JSX.Element;