/** Placement */ export declare const placementIcon: { readonly modal: import("react").JSX.Element; readonly inline: import("react").JSX.Element; }; /** Trigger */ export declare const triggerIcon: { readonly immediate: import("react").JSX.Element; readonly delay: import("react").JSX.Element; readonly scroll: import("react").JSX.Element; readonly click: undefined; }; /** Frequency */ export declare const frequencyIcon: { readonly always: import("react").JSX.Element; readonly session: import("react").JSX.Element; readonly day: import("react").JSX.Element; readonly ever: import("react").JSX.Element; }; export declare const methodIcon: { readonly POST: import("react").JSX.Element; readonly GET: import("react").JSX.Element; }; /** On-success behaviour */ export declare const successIcon: { readonly close: import("react").JSX.Element; readonly rich: import("react").JSX.Element; readonly redirect: import("react").JSX.Element; }; /** Design / layout */ export declare const designIcon: { readonly basic: import("react").JSX.Element; readonly 'image-behind': import("react").JSX.Element; readonly 'image-right': import("react").JSX.Element; readonly 'image-left': import("react").JSX.Element; readonly 'image-top': import("react").JSX.Element; }; /** Popup text direction */ export declare const directionIcon: { readonly ltr: import("react").JSX.Element; readonly rtl: import("react").JSX.Element; }; /** Automation kinds — mailing-list membership, redirect, and send-email. */ export declare const automationTypeIcon: { readonly 'mailing-list': import("react").JSX.Element; readonly redirect: import("react").JSX.Element; readonly email: import("react").JSX.Element; }; /** Mailing-list automation action — a subscriber added to / removed from a list. */ export declare const automationActionIcon: { readonly add: import("react").JSX.Element; readonly remove: import("react").JSX.Element; }; /** A thank-you page: a document with a tick on it. */ export declare const thankYouPageIcon: import("react").JSX.Element; /** A trash glyph for destructive row actions. */ export declare const trashIcon: import("react").JSX.Element; /** A plus glyph for the add-automation button. */ export declare const plusIcon: import("react").JSX.Element;