import React from "react";
export declare const PageTabPanel: React.FC<{
    show: boolean;
}>;
