import { default as React } from 'react'; import { Heading } from '../heading'; import * as DrawerPrimitive from '@radix-ui/react-dialog'; export type TitleProps = React.ComponentPropsWithoutRef & React.ComponentPropsWithoutRef; /** * The title of the drawer. * The tag is an `h2` by default, but can be changed with the `as` prop. */ export declare const Title: React.ForwardRefExoticComponent>;