import GraphicDisplay from './graphic-display'; export type { GraphicDisplayProps } from './graphic-display'; export default GraphicDisplay;