/// import * as React from 'react'; import './ComboBox.Basic.Example.scss'; export declare class ComboBoxCustomStyledExample extends React.Component { private _testOptionsWithCustomStyling; render(): JSX.Element; }