import type { ReactNode } from 'react';
/**
 * Render connect dots question (not implemented)
 */
export declare const renderQuestionConnectDots: ({ paddingBottom, }?: {
    paddingBottom?: string;
}) => ReactNode;
//# sourceMappingURL=index.d.ts.map