import React from 'react'; import { RowProps } from './AddressRow'; declare type Props = RowProps & { withExplorer?: boolean; }; declare class AddressCard extends React.PureComponent { render(): JSX.Element; } declare const _default: import("styled-components").StyledComponent; export default _default;