import type { Theme } from "../model/types.js"; export declare function readTheme(xml: any): Theme;