import MAlipay from './m-alipay-auto-submit';
import MAlipayButton from './m-alipay-button';
export * from './interface';
type MAlipayComponentType = typeof MAlipay & {
    Button: typeof MAlipayButton;
};
declare const MAlipayComponent: MAlipayComponentType;
export default MAlipayComponent;
