/**
 * 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.
 */
import { Path, Svg } from 'react-native-svg';
export declare const CheckCircle: import("react").ForwardRefExoticComponent<{
    Svg?: (import("react").ElementType<JSX.IntrinsicElements["svg"]> | typeof Svg) | undefined;
    Path?: (import("react").ElementType<JSX.IntrinsicElements["path"]> | typeof 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.d.ts.map