import * as React from 'react';
import { StyledColumn } from '../../../../../types';
/**
 * Pixel-parity preview of the badges as they would render in the cell.
 * Uses the same wrapper/badge classes (and the same `Badge` component) as
 * `BadgeRenderer` so the wizard summary matches the grid output exactly.
 */
export declare const StyledColumnBadgePreview: React.FunctionComponent<React.PropsWithChildren<{
    data: StyledColumn;
}>>;
