export { default } from './Copyright.svelte'; export type { CopyrightProps } from './Copyright.svelte'; export { FORMAT, POSITION } from './constants.js'; export type { Format, Position } from './types.js';