import { PaginationDotProps as BaseProps } from '@sberdevices/plasma-core'; export interface PaginationDotProps extends BaseProps { } /** * Элемент пагинации точками. * Стилизованный компонент, обладающий всеми свойствами ``div``. */ export declare const PaginationDot: import("styled-components").StyledComponent<"li", any, BaseProps & PaginationDotProps, never>; //# sourceMappingURL=PaginationDot.d.ts.map