type Props = { value: string; variant: 'full' | 'truncate' | 'short'; testId?: string; }; export declare const Hash: import('react').MemoExoticComponent<({ value, variant, testId }: Props) => import("react").JSX.Element>; export {};