import * as React from 'react'; import { CellTextOptions } from '../../../../../types'; export declare const PercentBarStylePreview: React.FunctionComponent<{ backgroundColor: string; barBackgroundColor?: string; cellText?: CellTextOptions; toolTipText?: CellTextOptions; }>;