import { type BoxProps } from "../Box"; export default function BackgroundTriangles(props: BoxProps): import("react/jsx-runtime").JSX.Element;