declare module 'react-refractor/all' {
  import { Props } from 'react-refractor';

  export default function Refractor(props: Props): JSX.Element;
}