/** * Copies the source CSS into the destination * @param targetDoc - target document * @param sourceDoc - source document * @internal */ export declare function copyStyles(targetDoc: Document, sourceDoc?: Document): void; //# sourceMappingURL=CopyStyles.d.ts.map