declare const errorStrings: {
    ioConnectWithWrongProvider: string;
    nativeConnectWithWrongProvider: string;
    noScrollProvider: string;
    noPixelsForSingleIOThreshold: string;
};
export default errorStrings;
