import React from 'react'; import type { InkeepChatButtonCoreProps } from '../components/InkeepWidgetProps'; import { WithCustomStylesProps } from '../hocs/withStyles'; export declare const InkeepChatButtonCore: React.FC; export declare const InkeepChatButton: ({ stylesheets, stylesheetUrls, ...props }: InkeepChatButtonCoreProps & import("../hocs/withStyles").WithStylesProps) => import("react/jsx-runtime").JSX.Element;