import type { ICheckoutGAppProps } from './module.type';
declare const CheckoutGAppFlow: ({ dataLoad, dataIn, dataOut, children, }: ICheckoutGAppProps) => any;
export default CheckoutGAppFlow;
