import { Event } from '../index';
export interface AppLinkActionEvent<TSource = object> extends Event<TSource> {
    ref: string;
}
//# sourceMappingURL=AppLinkActionEvent.d.ts.map