/**
 * 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';
export { Forms, PaymentCard };
export declare const getExtensions: () => {
    Forms: typeof Forms;
    PaymentCard: typeof PaymentCard;
};
