import type { IconProps } from '../../types';
declare const RoundedCorner: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Rounded Corner
 * @see {@link https://remixicon.com/icon/rounded-corner Remix Icon Docs}
 */
export { RoundedCorner };
