import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SIonPlaceholderTemplateDirective { template: TemplateRef; constructor(template: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export interface PlaceholderTemplateContext { /** * Placeholder na configuração do componente de input select. */ $implicit: string; /** * Placeholder na configuração do componente de input select. */ placeholder: string; }