import { default as React } from 'react'; import { TIterableModal } from '../../types'; export declare const IterableModal: ({ title, description, buttonText, image, layout, colorScheme, onCloseCallback, onClickCallback, cancelButtonText, placeholder, trackingEvent, trackingLocation, }: Omit) => React.JSX.Element;