export const DEFAULT_SKIN: "light";
export namespace SKIN_COLOR {
    let light: string;
    let dark: string;
}
//# sourceMappingURL=constants.d.ts.map