import { type DotProp } from './NavButtonProp'; export declare const renderDotButton: ({ activeIndex, onClick, listType }: DotProp) => (_: any, idx: number) => any;