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