// Core component exports export { GuestbookSignElement } from './guestbook-sign'; export { GuestbookDisplayElement } from './guestbook-display'; // Configuration export { configureGuestbook, isConfigured, getConfig } from './config'; export type { GuestbookConfig } from './config'; // Types export type { GuestbookSignature } from './guestbook-display';