/// import PropTypes from 'prop-types'; declare const CodeTabButton: { (props: any): JSX.Element; propTypes: { onClick: PropTypes.Validator<(...args: any[]) => any>; name: PropTypes.Validator; active: PropTypes.Requireable; }; }; export default CodeTabButton;