import { FC } from "react";
import { KnobParamLabelProps } from "./KnobParamLabel.types";
export declare const KnobParamLabel: FC<KnobParamLabelProps>;
