export declare function getParentRegistrationStep(element: HTMLElement): HTMLURegistrationStepElement | null; export declare function getParentRegistrationRoot(element: HTMLElement): HTMLURegistrationRootElement | null; export declare function isInsideRegistrationRoot(element: HTMLElement): boolean;