import * as React from 'react';
import './Facepile.Examples.scss';
export interface IFacepileBasicExampleState {
    numberOfFaces: any;
}
export declare class FacepileBasicExample extends React.Component<any, IFacepileBasicExampleState> {
    constructor();
    render(): JSX.Element;
}
