import { Single } from "../single";
export declare class Icon extends Single {
static xtype: string;
}