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