import { CSSProperties } from 'react'; import { LidoComponentProps } from '../utils/index.js'; export type { Theme } from '../theme/index.js'; export declare type IdenticonProps = LidoComponentProps<'div', { address: string; diameter?: number; paperStyles?: CSSProperties; svgStyles?: CSSProperties; }>; export declare enum IdenticonBadgeColor { background = 0, accent = 1 } export declare type IdenticonBadgeColors = keyof typeof IdenticonBadgeColor; export declare type IdenticonBadgeProps = { symbols?: number; color?: IdenticonBadgeColors; } & IdenticonProps; //# sourceMappingURL=types.d.ts.map