import { Type } from "igniteui-angular-core"; /** * Different display types for the button. */ export declare enum ToolActionButtonDisplayType { Raised = 0, Flat = 1, Outlined = 2 } /** * @hidden */ export declare let ToolActionButtonDisplayType_$type: Type;