import { Option } from './types';
import { ComponentNameRecord, InstallRecord } from '../types';
export declare const MePreview: ((arg: Option | string) => void) & ComponentNameRecord & InstallRecord;
