import { FC } from 'react'; interface SequenceSectionProps { imagesPath: string; imagesType: string; imagesCount: number; start?: string; end?: string; } export declare const SequenceSection: FC; export {};