/// import type { AuthenticationCellProps } from './type'; declare function AuthenticationCell({ transactionStatus, isTextShown, eci, authType, ...props }: AuthenticationCellProps): import("react").JSX.Element; export default AuthenticationCell;