import React, { HTMLProps, PropsWithChildren } from 'react'; export type DrawerTriggerProps = HTMLProps & PropsWithChildren<{ asChild?: boolean; }>; export declare const DrawerTrigger: React.ForwardRefExoticComponent & React.RefAttributes>;