import { IdenticonStyle, OwnerId } from "@evolu/common"; import { FC } from "react"; export declare const EvoluIdenticon: FC<{ id: OwnerId; size?: number; borderRadius?: number; style?: IdenticonStyle; }>; //# sourceMappingURL=EvoluIdenticon.d.ts.map