export interface OutsideClickProps { onOutsideClick: () => void; disabled?: boolean; className?: string; }