import React from "react";
import type { Props } from "./types";
export declare enum SIZE_OPTIONS {
    EXTRASMALL = "extraSmall",
    SMALL = "small",
    MEDIUM = "medium",
    LARGE = "large",
    DISPLAY = "display"
}
declare const IllustrationPrimitive: ({ name, alt, margin, size, dataTest, id, spaceAfter, }: Props) => React.JSX.Element;
export default IllustrationPrimitive;
