import { IconProps } from '../lib';
declare function Palette(props: IconProps): JSX.Element;
export default Palette;
