import React from 'react'; import { ScaleProps } from './index'; export default class Scale extends React.PureComponent { render(): JSX.Element; }