import * as React from "react";
import { EnableProps } from "./Enable";
export declare const Disable: React.FC<EnableProps>;
