import { IMOption } from './typing'; export declare class MDownloadComponent { mOptions: IMOption[]; onOperationClick(operation: IMOption): void; }