import { Single } from '../single';
export declare class IconLabel extends Single {
static xtype: string;
props: {
iconWidth?: number;
iconHeight?: number;
} & Single['props'];
}