importtype { Ref } from'vue';
/**
* This method provides dialogable components the ability to restore previously activated element before
* the dialog gets opened
*/exportdeclareconstuseRestoreActive: (toggle: Ref<boolean>, initialFocus?: Ref<HTMLElement> | undefined) =>void;