export declare const NAMESPACE_URIS: { [ns: string]: string; }; export declare const COMPONENT_VARIABLE = "%COMP%"; export declare const HOST_ATTR: string; export declare const CONTENT_ATTR: string; export declare function shimContentAttribute(componentShortId: string): string; export declare function shimHostAttribute(componentShortId: string): string; export declare function flattenStyles(compId: string, styles: Array, target: string[]): string[];