import './ListLoader.css'; import React from 'react'; import { PropsWithHTMLAttributesAndRef } from '../../../utils/types/PropsWithHTMLAttributes'; import { ListPropInnerOffset, ListPropSize } from '../types'; export declare const cnListLoader: import("@bem-react/classname").ClassNameFormatter; type Props = PropsWithHTMLAttributesAndRef<{ size?: ListPropSize; innerOffset?: ListPropInnerOffset; }, HTMLDivElement>; export declare const ListLoader: React.ForwardRefExoticComponent & React.RefAttributes>; export {};