/// <reference types="react" />
export declare const Gradient: import("react").NamedExoticComponent<Props>;
interface Props {
    label: string;
    colors: string[];
}
export {};
