interface HistoryPureProps { onSelect: (color: string) => void; } export default function HistoryPure({ onSelect }: HistoryPureProps): import("react/jsx-runtime").JSX.Element; export {};