import { FocusEventArgs as FocusEventArgs_internal } from "./FocusEventArgs"; export declare class IgcFocusEventArgs { protected createImplementation(): FocusEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): FocusEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get target(): any; set target(v: any); get fromTarget(): any; set fromTarget(v: any); }