import React from "react";
export interface ColorsProps {
    label?: string;
    href?: string;
}
export declare const Colors: React.FC<ColorsProps>;
