export declare class FabricAppDelegate extends UIResponder implements UIApplicationDelegate {
    static ObjCProtocols: typeof UIApplicationDelegate[];
    applicationDidFinishLaunchingWithOptions(application: UIApplication, launchOptions: NSDictionary): boolean;
}
