export default MobilePreviewWidget;
/** Mobile preview widget */
declare class MobilePreviewWidget extends React.PureComponent<any, any, any> {
    static displayName: string;
    static defaultProps: {
        skin: string;
        height: string;
        width: string;
    };
    constructor(props: any);
    constructor(props: any, context: any);
    render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=MobilePreviewWidget.d.ts.map