/** An enum for ComponentType. */ export declare const ComponentComponentType: { readonly Application: "APPLICATION"; readonly CardReader: "CARD_READER"; readonly Battery: "BATTERY"; readonly Wifi: "WIFI"; readonly Ethernet: "ETHERNET"; readonly Printer: "PRINTER"; }; export type ComponentComponentType = (typeof ComponentComponentType)[keyof typeof ComponentComponentType];