import React from 'react'; import './styles/ComponentShowcase.css'; /** * Development App for Component Testing * * This app provides a comprehensive testing environment for all TV UI components. * Use this to manually test components after making changes. * * Features: * - Browse all components by category * - Interactive demos with sample data * - TV-friendly keyboard navigation * - Real-time component testing * - Toast notifications for interactions */ declare const DevApp: React.FC; export default DevApp;