declare function MathIcon({ command }: { command: any; }): React.JSX.Element; declare namespace MathIcon { namespace propTypes { let command: import("prop-types").Validator; } } export default MathIcon; import React from 'react';