import { KendoComboboxProps } from '../combobox.spec';
declare const modifiers: {
    name: string;
    title: string;
}[];
export declare const ComboboxDemo: {
    (props: KendoComboboxProps & {
        modifiers?: {
            [key: (typeof modifiers)[number]["name"]]: boolean;
        };
    }): import("react/jsx-runtime").JSX.Element;
    options: any;
    states: any;
    variants: any[];
    defaultOptions: any;
    modifiers: {
        name: string;
        title: string;
    }[];
    className: string;
};
export default ComboboxDemo;
