import { Rule } from '@angular-devkit/schematics';
import type { NgAddIframeSchematicsSchema } from './schema';
/**
 * Add iframe to an existing component
 * @param options
 */
export declare function ngAddIframeFn(options: NgAddIframeSchematicsSchema): Rule;
/**
 * Add iframe to an existing component
 * @param options
 */
export declare const ngAddIframe: (options: any) => Rule;
//# sourceMappingURL=index.d.ts.map