/// export declare const SkeletonLine: ({ span, marginBottom, }: { span?: number | undefined; marginBottom?: string | undefined; }) => JSX.Element; export declare const SkeletonContent: () => JSX.Element; //# sourceMappingURL=Skeletons.d.ts.map