import { GradientPosition } from '../TTextGradient.model';
export declare const getLinearGradientPosition: (position: GradientPosition | undefined) => "to right" | "to left" | "to bottom" | "to top" | "to bottom right" | "to bottom left" | "to top right" | "to top left";