/// import { LinearGradientProps } from './LinearGradient'; /** * All props pass through to `` */ export default function GradientTealBlue({ from, to, ...restProps }: LinearGradientProps): JSX.Element; //# sourceMappingURL=GradientTealBlue.d.ts.map