export declare const useTold: () => {
    trackScreen: (screenName: string) => void;
    sendCustomEvent: (eventName: string, eventProperties?: {
        [key: string]: string;
    } | undefined) => void;
    close: () => void;
    addHiddenFields: (newHiddenFields: {
        [key: string]: string;
    }, setData: boolean) => void;
};
//# sourceMappingURL=useTold.d.ts.map