import { type ComponentProps, type FC, type PropsWithChildren } from 'react'; type Props = PropsWithChildren>; export declare const DropdownCloser: FC; export {};