/// import type { ISection } from '../../types'; declare function IntroSection({ ...props }: ISection): JSX.Element; export default IntroSection;