export type APITokenNameCellProps = { id: string; accessToken: string; }; export declare const APITokenNameCell: (props: APITokenNameCellProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=APITokenNameCell.d.ts.map