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