/// export interface SectionComponentProps { idSection: string; } declare function SectionComponent(props: SectionComponentProps): JSX.Element; export default SectionComponent;