import React, { PropsWithChildren } from "react"; declare const SkeletonGlow: ({ children }: PropsWithChildren) => React.JSX.Element; export default SkeletonGlow;