/// import { ResumeProps } from './types'; declare const Volunteering: ({ resumeData: { volunteer } }: ResumeProps) => JSX.Element; export default Volunteering;