import type { IconDefinition } from '@blueprintui/icons/internals'; export declare const colorPaletteIcon: { name: string; viewBox: number; type: { default: string; solid: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['color-palette']: IconDefinition; } }