import { usePalette } from './hooks/usePalette';
import type { PaletteData } from './types';
export { usePalette, PaletteData };
