import { SecurityContext } from '../../core_private'; /** Map from tagName|propertyName SecurityContext. Properties applying to all tags use '*'. */ export declare const SECURITY_SCHEMA: { [k: string]: SecurityContext; };