import React from 'react';
import type { CDNIconProps } from '../../../icons/types';
export declare function Icon(props: CDNIconProps): React.JSX.Element | null;
