/// <reference types="react" />
import * as React from 'react';
export interface ITileDocumentExampleState {
    imagesLoaded: boolean;
}
export declare class TileDocumentExample extends React.Component<{}, ITileDocumentExampleState> {
    constructor(props: {});
    render(): JSX.Element;
    private _onImagesLoadedChanged;
}
