import React from 'react'; import type { ComponentType, RefAttributes } from 'react'; import { WithSkeletonProps } from './withSkeleton.types'; /** * Делает компонент скелетоном - у него заменяется фоновый цвет, * добавляется градиент и текст становится на 100% прозрачным. */ export declare const withSkeleton:

(Component: ComponentType

>) => React.ForwardRefExoticComponent> & React.RefAttributes>; //# sourceMappingURL=withSkeleton.d.ts.map