export { ChapterManager } from './ChapterManager';
export { SkipButtonController } from './SkipButtonController';
export { UserPreferencesManager } from './UserPreferencesManager';
export * from './types/ChapterTypes';
export { useChapters } from '../react/hooks/useChapters';
export { SkipButton } from '../react/components/SkipButton';
export { ChapterProgress } from '../react/components/ChapterProgress';
export type { UseChaptersOptions, UseChaptersResult } from '../react/hooks/useChapters';
export type { SkipButtonProps } from '../react/components/SkipButton';
export type { ChapterProgressProps } from '../react/components/ChapterProgress';
export type { ChapterMarker } from '../react/components/ChapterProgress';
//# sourceMappingURL=index.d.ts.map