/// <reference types="react" />
import * as React from 'react';
export declare class PanelSmallRightExample extends React.Component<{}, {
    showPanel: boolean;
}> {
    constructor(props: {});
    render(): JSX.Element;
    private _onClosePanel();
    private _onRenderFooterContent();
    private _onShowPanel();
}
