/// <reference types="react" />
export declare const Preview: ({ css, ...props }: {
    [x: string]: any;
    css: any;
}) => JSX.Element;
