import React from "react"; import { LoyaltyProfileProps } from "./types"; import "./styles"; export default function LoyaltyProfile({ config, }: { config: LoyaltyProfileProps; }): React.JSX.Element;