/**
 * ATTENTION: This file is auto generated by using "prepareTemplates".
 * Do not change the content!
 *
 */
/**
 * Library Index template to autogenerate all the components and extensions
 * Used by "prepareTemplates"
 */
import Forms from './forms/Forms';
import PaymentCard from './payment-card/PaymentCard';
import VippsWalletButton from './vipps-wallet-button/VippsWalletButton';
export { Forms, PaymentCard, VippsWalletButton };
export declare const getExtensions: () => {
    Forms: typeof Forms;
    PaymentCard: typeof PaymentCard;
    VippsWalletButton: typeof VippsWalletButton;
};
