import React from 'react'; interface Props { mintaVideoId: string; } export declare const EditSignatureController: React.FC; export {};