import * as React from 'react';
/**
 * Compact range-colour strip for Percent Bar range summaries.
 * Cell text / origin / font are shown in `StyledColumnPercentBarPreview`.
 */
export declare const PercentBarStylePreview: React.FunctionComponent<{
    backgroundColor?: string | null;
    barBackgroundColor?: string;
}>;
