import React from "react";
interface Props {
    markOptions: any;
}
declare const FuzzyGui: React.FC<Props>;
export default FuzzyGui;
