/// import { type AuthorizedStatusType } from '../../TableCells'; import { SelectionProps, TableMode } from '../../../types/index.js'; type AuthorizedIconProps = { iconStyles?: React.CSSProperties; authorizedStatus?: AuthorizedStatusType; isTextShown?: boolean; tableMode?: TableMode; chipIndex?: number; selectionProps?: SelectionProps; }; export declare const AuthorizedIcon: ({ authorizedStatus, isTextShown, iconStyles, tableMode, chipIndex, selectionProps }: AuthorizedIconProps) => import("react").JSX.Element; export {};