import React from "react";
import type { ControlProps } from "../types/effects.types";
export declare const OpacityControl: React.MemoExoticComponent<({ value, enabled, onChange, onToggle }: ControlProps) => React.JSX.Element>;
