import * as React from 'react';
import './panel.scss';
export declare const CnTabPanel: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
