/// <reference types="react" />
/** @private */
export interface CalloutWithIconProps {
    targetId: string;
    text?: string;
    doNotLayer?: boolean;
}
/** @private */
export declare const CalloutWithIcon: (props: CalloutWithIconProps) => JSX.Element;
//# sourceMappingURL=CalloutWithIcon.d.ts.map