import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const PaletteIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default PaletteIcon;
