export declare function gradient(): {
    (text: string): string;
    multiline(text: string): string;
};
export default gradient;
