interface PLGPayProps { apiConfig: { queryPayUserTokenApi: string; }; isPreEnv?: boolean; planId: string; shareCode?: string | null; appCode: string; theme?: string; aesPid?: string; aesUid?: string; } export declare const PLGPay: (props: PLGPayProps) => import("react/jsx-runtime").JSX.Element; export {};