import React from 'react';
declare type Props = {
    panelClass: string;
    storedName: string;
    panelConfig: boolean[];
    panelIndex: number;
};
export declare const PanelExpander: React.FC<Props>;
export {};
