import React from 'react';
import type { CDNIconProps } from '../../icons/types';
export declare const CDNIcon: import("styled-components").StyledComponent<(props: CDNIconProps) => React.JSX.Element, any, {
    'data-component-name': string;
} & {
    color?: string;
    size?: string;
    className?: string;
} & React.SVGProps<SVGSVGElement> & {
    name: string;
    type?: string;
    pack?: "font-awesome" | "code";
    mode?: "mask" | "background";
}, "data-component-name">;
