/// <reference types="react" />
declare const SetLimit: ({ deviceId, openOrClose, onClose }: {
    deviceId: any;
    openOrClose: any;
    onClose: any;
}) => JSX.Element;
export default SetLimit;
