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