interface PropsType {
    curClass: any;
}
export declare const InfoTabs: ({ curClass }: PropsType) => JSX.Element;
export {};
