import * as React from 'react'; import { FacepileProps } from './Facepile.constants'; /** * Component that renders a collection of avatars. Handles logic for hiding * Avatars if a max number to display is set. */ declare const Facepile: React.FC; export default Facepile; //# sourceMappingURL=Facepile.d.ts.map