import { type SvgProps } from 'react-native-svg';
interface IconProps extends SvgProps {
    size?: number;
}
export declare const CircleCheck: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const CircleX: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const Info: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const TriangleAlert: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const X: ({ size, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=icons.d.ts.map