import type { TectoyLCDFuncaoType, TectoyLCDMultiTextoType } from './types/tectoysunmi-types';
declare const NativeModuleTectToySunmiLCDSDK: {
    ControlarLCD: (funcao: TectoyLCDFuncaoType) => Promise<any>;
    EnviarTexto: (texto?: string, tamanho_fonte?: number, preencher?: boolean) => Promise<any>;
    EnviarTextos: (data: TectoyLCDMultiTextoType) => Promise<any>;
};
export default NativeModuleTectToySunmiLCDSDK;
