/** * Creates an Angular module declaration for a component wrapper. * @param componentTagName The tag name of the Stencil component. * @returns The Angular module declaration as a string. */ export declare const generateAngularModuleForComponent: (componentTagName: string) => string;