/// export declare const Main: React.FC<{ textProps: { duration: number; text: string; audioFilePath: string; }[]; date: string; title: string; }>;