import { Slot } from '@wordpress/components'; type WooPaymentGatewayConfigureProps = { id: string; }; /** * WooCommerce Payment Gateway configuration * * @slotFill WooPaymentGatewayConfigure * @scope woocommerce-admin * @param {Object} props React props. * @param {string} props.id gateway id. */ export declare const WooPaymentGatewayConfigure: { ({ id, ...props }: WooPaymentGatewayConfigureProps): JSX.Element; Slot({ id, fillProps, }: WooPaymentGatewayConfigureProps & { fillProps?: React.ComponentProps["fillProps"]; }): JSX.Element; }; export {}; //# sourceMappingURL=WooPaymentGatewayConfigure.d.ts.map