/** * The exports below are platform specific classes we would like to use (carefully!) in our * cross-platform code. * * These are dynamically bound in the method below. This dynamic binding ensures that they are * included only on the intended platform to avoid platform specific code contaminating the builds * of other platforms. * * See the platform specific AppContainer where these implementations are actually provided. */ export declare let ColChooserModel: any; export declare let colChooser: any; export declare let zoneMapper: any; export declare let pinPadImpl: any; export declare let storeFilterFieldImpl: any; export declare let tabContainerImpl: any; export declare let errorMessageImpl: any; export declare let maskImpl: any; export declare let cardHeaderImpl: any; /** * Provide implementations of functions and classes exported in this file. * * Not for Application use. */ export declare function installMobileImpls(impls: any): void;