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