/// import type { AuthCellProps } from './type'; declare function AuthCell({ hasAuth, tooltip, isTextShown, align, ...props }: AuthCellProps): import("react").JSX.Element; export default AuthCell;