import type { ComponentProps, FC } from "react";
declare const Laravel: FC<ComponentProps<"svg">>;
export default Laravel;
