import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/ui/skeleton.d.ts /** Loading placeholder with pulsing animation */ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element; //#endregion export { Skeleton }; //# sourceMappingURL=skeleton.d.ts.map