export function useCreateComponentFocus({ previousState, currentStep, blockClass, onMount, firstFocusElement, }: {
    previousState: any;
    currentStep: any;
    blockClass: any;
    onMount: any;
    firstFocusElement: any;
}): void;
