import React from 'react'; import type { InkeepCustomTriggerCoreProps } from '../components/InkeepWidgetProps'; import { WithCustomStylesProps } from '../hocs/withStyles'; export declare const InkeepCustomTriggerCore: React.FC; export declare const InkeepCustomTrigger: ({ stylesheets, stylesheetUrls, ...props }: import("../components/InkeepWidgetProps").InkeepCustomTriggerSettings & { baseSettings: import("../components/InkeepWidgetProps").InkeepWidgetBaseSettings; modalSettings?: import("../components/InkeepWidgetProps").InkeepModalSettings | undefined; searchSettings?: import("../components/InkeepWidgetProps").InkeepSearchSettings | undefined; aiChatSettings?: import("../components/InkeepWidgetProps").InkeepAIChatSettings | undefined; } & import("../hocs/withStyles").WithStylesProps) => import("react/jsx-runtime").JSX.Element;