interface Props {
    leftSiblingStartIndex: number;
    rightSiblingEndIndex: number;
    totalPageCount: number;
}
export declare const shouldShowDots: ({ leftSiblingStartIndex, rightSiblingEndIndex, totalPageCount, }: Props) => {
    shouldShowLeftDots: boolean;
    shouldShowRightDots: boolean;
};
export {};
