export { default as qrcodeDark } from './dark';
export { default as qrcodeLight } from './light';
export type { QrCodeTheme, QrCodeThemeVars } from './light';
