import { Property } from '@argent/x-shared/simulation'; import { FlexProps } from '@chakra-ui/react'; import { FC } from 'react'; interface AddressPropertyProps extends Omit { property: Extract; networkId: string; } export declare const AddressProperty: FC; export {};