export declare function useSearchDialog(): {
    isOpen: boolean;
    onOpen: () => void;
    onClose: () => void;
};
