import { BasicButton } from "../button.basic";
export declare class IconButton extends BasicButton {
static xtype: string;
}