import { FC, ReactNode } from 'react'; export declare const ClickOutside: FC<{ click: () => void; children: ReactNode; disabled?: boolean; }>;