import { SquareProps } from '@chakra-ui/react'; import { FC } from 'react'; export interface DappIconProps extends SquareProps { dappId: string; } export declare const DappIcon: FC;