6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
declare const watermarkLight: import("../../_mixins").Theme<"Watermark", {
|
|
fontFamily: string;
|
|
}, unknown>;
|
|
export default watermarkLight;
|
|
export type WatermarkTheme = typeof watermarkLight;
|