import * as React from 'react';
import type { CellBoxStyle } from '../../../../../AdaptableState/Common/AdaptableStyle';
import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState';
export declare function getSparklineCellChromeCss(cell: CellBoxStyle | undefined): React.CSSProperties;
export declare const StyledColumnSparklinePreview: React.FunctionComponent<React.PropsWithChildren<{
    data: StyledColumn;
}>>;
