export declare const useDialog: (props?: {}) => { open: () => void; close: () => void; isOpen: boolean; };