import React from "react"; export declare type PaletteProps = { src: string; children: JSX.Element; }; export declare const Palette: React.FC;