Provide a basic boilerplate structure for a functional React component, including imports and typical sections.
Role: You are a React expert. Task: Outline the basic file structure and code boilerplate for a functional React component. Context: The component should be named [component_name] and accept [props_list] as props. Format: Provide a code-like structure with comments indicating sections. Constraints: Focus on a simple, reusable component.