import { BaseComponent } from '../../Utilities';
import { IFacepileProps } from './Facepile.Props';
export declare class Facepile extends BaseComponent<IFacepileProps, {}> {
    static defaultProps: IFacepileProps;
    private _ariaDescriptionId;
    constructor(props: IFacepileProps);
    render(): JSX.Element;
    protected onRenderAriaDescription(): JSX.Element;
    private _getPersonaControl(persona);
    private _getElementWithOnClickEvent(personaControl, persona, index);
    private _getElementWithoutOnClickEvent(personaControl, persona, index);
    private _getOverflowElement(numPersonasToShow);
    private _getDescriptiveOverflowElement(numPersonasToShow);
    private _getIconElement(icon);
    private _getAddNewElement();
    private _onPersonaClick(persona, ev?);
    private _onPersonaMouseMove(persona, ev?);
    private _onPersonaMouseOut(persona, ev?);
}
