interface IconCProps { fill?: string; } export declare function IconColorFill({ fill }: IconCProps): import("react/jsx-runtime").JSX.Element; export {};