import { default as React } from 'react'; /** * Example component demonstrating flexible Redux usage * This shows how components can work with or without Redux */ declare const FlexibleReduxExample: React.FC; export default FlexibleReduxExample;