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