import IAreaLight from "ft3d/lib/interface/IAreaLight"; import React from "react"; export type AreaLightProps = Partial & { children?: React.ReactNode; };