export declare enum Size { small = "s", medium = "m", large = "l" } export declare enum InstrumentState { inCommand = "inCommand", active = "active", loading = "loading", off = "off" } //# sourceMappingURL=types.d.ts.map