export declare const SkeletonAvatar: ({ size }: { size?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const SkeletonText: ({ width, height }: { width?: string; height?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const AgentSkeleton: () => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SkeletonLoaders.d.ts.map