import { type Components } from '../../types'; interface Props { components?: Omit; } declare const SelectMfaType: import("svelte").Component; type SelectMfaType = ReturnType; export default SelectMfaType;