/// <reference types="react" />
import * as React from 'react';
import './ComboBox.Basic.Example.scss';
export declare class ComboBoxCustomStyledExample extends React.Component<any, any> {
    private _testOptionsWithCustomStyling;
    render(): JSX.Element;
}
