interface UseCloseSelectProps { id?: string; } export declare const useCloseSelect: ({ id }: UseCloseSelectProps) => { uniqueId: string; handleCloseSelect: () => void; }; export {};