import * as React from 'react'; export default class Component extends React.Component { constructor(props: any); onButtonChange: (e: any) => void; topExpand: () => JSX.Element; render(): JSX.Element; }