import * as React from 'react'; export default class Eyepatch extends React.Component { static optionValue: string; private mask1; private path1; render(): JSX.Element; }