import { Profile, Variant } from '@ninetailed/client-sdk-core'; declare type TrackSeenComponentArgs = { variant?: Variant<{}>; baseline: any; profile: Profile; }; declare type TrackSeenComponent = (args: TrackSeenComponentArgs) => Promise; export declare const useTrackSeenComponent: () => TrackSeenComponent; export {};