interface ChapterItemProps {
    time: string;
    title: string;
    className?: string;
}
export declare function ChapterItem({ time, title, className }: ChapterItemProps): import("react/jsx-runtime").JSX.Element;
export {};
