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