export interface PaletteChooserProps { color900: string; color800: string; color700: string; color600: string; color500: string; color400: string; color300: string; color200: string; color100: string; } export declare const PaletteChooser: (props: PaletteChooserProps) => import("@emotion/react/jsx-runtime").JSX.Element;