import { ViewStyle } from 'react-native'; declare type ApsProps = { color: string; style: ViewStyle; }; export declare const ApsView: import("react-native").HostComponent | (() => never); export declare const getDeviceId: () => Promise; export {};