import * as React from 'react';
import './ComboBox.Basic.Example.scss';
export declare class ComboBoxBasicExample extends React.Component<any, any> {
    private _testOptions;
    private _fontMapping;
    constructor();
    render(): JSX.Element;
    private _onRenderFontOption(item);
    private _getOptions(currentOptions);
    private _onChanged(option, index, value);
}
