import { FC, PropsWithChildren } from 'react'; type DrawerTriggerProps = PropsWithChildren<{ "aria-label"?: string; "data-testid"?: string; }>; export declare const DrawerTrigger: FC; export {};