import React from 'react'; declare const AppPane: React.FC<{ backgroundColor?: React.CSSProperties['backgroundColor']; }>; export default AppPane;