import * as React from 'react';
import { BoxProps } from 'rebass';
import { AdaptableStyle } from '../types';
interface StylePreviewProps extends BoxProps {
    styleObject: AdaptableStyle;
}
export declare const StylePreview: React.FunctionComponent<React.PropsWithChildren<StylePreviewProps>>;
export {};
