export declare type ClickEvent = { id?: string; }; export declare type WithClickIdOption = { event: string[]; }; declare type TsetClickId = { option: WithClickIdOption; props: T; }; declare const getClickId: ({ option, props }: TsetClickId) => T & { [k: string]: any; }; export default getClickId; //# sourceMappingURL=getClickId.d.ts.map