export declare const componentMapInfo: {
    text: {
        outputStr: string;
    };
    'auto-complete': {
        outputStr: string;
    };
    cascader: {
        outputStr: string;
    };
    'color-picker': {
        outputStr: string;
    };
    'checkbox-single': {
        outputStr: string;
    };
    checkbox: {
        outputStr: string;
    };
    'date-picker': {
        outputStr: string;
    };
    'dynamic-input': {
        outputStr: string;
    };
    'dynamic-tags': {
        outputStr: string;
    };
    input: {
        outputStr: string;
    };
    'input-number': {
        outputStr: string;
    };
    mention: {
        outputStr: string;
    };
    'radio-single': {
        outputStr: string;
    };
    radio: {
        outputStr: string;
    };
    rate: {
        outputStr: string;
    };
    select: {
        outputStr: string;
    };
    slider: {
        outputStr: string;
    };
    switch: {
        outputStr: string;
    };
    'time-picker': {
        outputStr: string;
    };
    transfer: {
        outputStr: string;
    };
    'tree-select': {
        outputStr: string;
    };
    slot: {
        outputStr: string;
    };
    upload: {
        outputStr: string;
    };
    editor: {
        outputStr: string;
    };
};
