/// <reference types="react" />
import type { FactorChooserThemeProps } from "../../../types";
export declare function FactorChooserTheme(props: FactorChooserThemeProps): JSX.Element;
declare function FactorChooserThemeWrapper(props: FactorChooserThemeProps): JSX.Element;
export default FactorChooserThemeWrapper;
