export declare const ResponsivePreview: ({ active, ...props }: { [x: string]: any; active: any; }) => JSX.Element;