export { PaymentCard }; export function getExtensions(): { PaymentCard: typeof PaymentCard; }; export function enableWebComponents(): boolean; import PaymentCard from "./payment-card/PaymentCard";