/**
 * Copyright (c) Paymium.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root of this projects source tree.
 */
export declare const Info: import("react").ForwardRefExoticComponent<{
    Svg?: (import("react").ElementType<JSX.IntrinsicElements["svg"]> | typeof import("react-native-svg").default) | undefined;
    Path?: (import("react").ElementType<JSX.IntrinsicElements["path"]> | typeof import("react-native-svg").Path) | undefined;
    Circle?: (import("react").ElementType<JSX.IntrinsicElements["circle"]> | typeof import("react-native-svg").Circle) | undefined;
    color?: string | undefined;
    size?: number | undefined;
} & import("react").RefAttributes<unknown>>;
//# sourceMappingURL=index.web.d.ts.map