import { CDNAssetProps } from './cdn-asset.js'; export type CDNIllustrationProps = Omit; export declare const CDNIllustration: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit> & string & Omit<({ filename, ...props }: CDNIllustrationProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component>;