import type { FC } from "react";
export declare const FactorOption: import("react").ComponentType<{
    onClick: (() => void) | undefined;
    id: string;
    name: string;
    description: string;
    logo: FC;
}>;
