import { Base, Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class DropDownDataListItem extends Base {
    static $t: Type;
    Name: string;
    Value: string;
}
