export declare class ElementSchemaRegistry {
    hasProperty(tagName: string, propName: string): boolean;
    getMappedPropName(propName: string): string;
}
