/** * This method provides dialogable components the ability to restore previously activated element before * the dialog gets opened */ declare const _default: (toggle: any, initialFocus?: any) => void; export default _default;