import { Placement } from "@floating-ui/react"; import { FC, PropsWithChildren, ReactNode } from "react"; type Props = PropsWithChildren<{ render(options: { close(): void; }): ReactNode; fullHeight?: boolean; placement?: Placement; }>; export declare const Dropdown: FC; export {}; //# sourceMappingURL=index.d.ts.map