import { FC, PropsWithChildren } from "react";
export declare const DropdownTrigger: FC<PropsWithChildren<unknown>>;
