import React from "react"; type Props = { children?: React.ReactNode; items?: any; selected?: any; onSelect?: any; }; export declare const AvatarSelector: React.FC; export {}; //# sourceMappingURL=AvatarSelector.d.ts.map