import { FC } from "react";
import { GradientOutlineProps } from "../types/index";
declare const GradientOutline: FC<GradientOutlineProps>;
export default GradientOutline;
//# sourceMappingURL=index.d.ts.map