import { CSSProperties } from "react";

//#region src/NeuralNetworkLoading/type.d.ts
interface NeuralNetworkLoadingProps {
  className?: string;
  /** Size in pixels (width and height). */
  size?: number;
  style?: CSSProperties;
}
//#endregion
export { NeuralNetworkLoadingProps };
//# sourceMappingURL=type.d.mts.map