import { default as React, PropsWithChildren } from 'react'; export declare const Trigger: (props: PropsWithChildren) => React.JSX.Element;