/**
 * @fileoverview Panel component exports
 */
export { Panel } from './Panel';
export type { PanelProps } from './Panel';
