export declare class SendTextStatusDto {
    text: string;
    backgroundColor?: string;
    font?: number;
}
