export default Test; declare class Test extends React.Component { static propTypes: { theme: PropTypes.Validator; }; constructor(props: any); state: { placeholderButtonText: string; isDisabled: boolean; }; render(): JSX.Element; } import React from "react"; import PropTypes from "prop-types";