import { TecnologiaTheme } from '../interfaces'; import { ButtonPosition } from './bottom-bar.model'; export declare class BottomBar { theme: TecnologiaTheme; text: string; buttonPosition: ButtonPosition; useAnimation: boolean; private handleButtonPositionStyle; render(): any; }