import { Type } from "./type"; export declare enum ToolActionInfoDensity { Auto = 0, Comfortable = 1, Cosy = 2, Compact = 3, Minimal = 4 } /** * @hidden */ export declare let ToolActionInfoDensity_$type: Type;