import React from 'react'; export interface DrawerActivatorProps extends React.ComponentProps<'div'> { asChild?: boolean; } declare const DrawerActivator: (props: DrawerActivatorProps) => import("react/jsx-runtime").JSX.Element; export { DrawerActivator }; //# sourceMappingURL=DrawerActivator.d.ts.map