export interface IDeviceCustomText {
    color: string;
    size: number;
    style: string;
    weight: string;
}
