import React from "react";
export interface TabPanelProps {
    value: string;
}
export declare const TabPanel: React.FC<React.PropsWithChildren<TabPanelProps>>;
