import * as z from "zod"; export declare const LoadingPropsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export type LoadingProps = z.infer;