/**
 * Interface `DotsConfig` to show/hide dots.
 */
export interface DotsConfig {
    visible: boolean;
}
