import { TemplateRef } from '@angular/core';
/**
 * @internal
 * Holds a consumer's Angular template and displays it on a Sweet Alert.
 * See SwalPortalDirective for info about the covered feature.
 */
export declare class SwalPortalComponent {
    template: TemplateRef<any> | null;
}
