import { HashLength } from '../../utils/formatters'; interface TableDataNamedKeyProps { purse: string; fontSize?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; hashLength?: HashLength; csprLiveDomainPath: string; } export declare const TableDataNamedKey: ({ purse, fontSize, hashLength, csprLiveDomainPath }: TableDataNamedKeyProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=table-data-named-key.d.ts.map