/// import { AuthenticationStatusCellProps } from './type'; declare function AuthenticationStatusCell({ status, authorizedStatus, chargeStatus, chargeTooltip, gatewayTooltip, acquirerTooltip, errorCode, ...props }: AuthenticationStatusCellProps): import("react").JSX.Element; export default AuthenticationStatusCell;