/// import { SectionComponentProps } from '../Section'; declare function MaterialSection({ idSection }: SectionComponentProps): JSX.Element; export default MaterialSection;