import * as react from 'react';
import * as react_native_svg from 'react-native-svg';
import { HugeiconsProps } from './create-hugeicon-component.js';

/**
 * @component @name CurlingIcon
 * @description Renders hugeicons CurlingIcon svg element
 *
 * @param {Object} props - Hugeicons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const CurlingIcon: react.ForwardRefExoticComponent<HugeiconsProps & react.RefAttributes<react_native_svg.default>>;

export { CurlingIcon as default };
