import type { IconProps } from "./Icon"; export declare const ColorIcon: ({ active, color, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default ColorIcon;