export interface LogaflowWidgetProps {
    projectKey: string;
    useCustomTrigger?: boolean;
    userId?: string;
    name?: string;
    email?: string;
    avatar?: string;
    triggerText?: string;
}
export declare function LogaflowWidget({ projectKey, useCustomTrigger, userId, name, email, avatar, triggerText, }: LogaflowWidgetProps): import("react/jsx-runtime").JSX.Element | null;
