export { default as watermarkDark } from './dark';
export { default as watermarkLight } from './light';
export type { WatermarkTheme } from './light';
