import React from 'react'; import './index.less'; import { MosaicType } from '../types'; export interface MosaicTypeProps { value: string; onChange: (value: MosaicType) => void; } export declare const ScreenshotsMosaicType: React.NamedExoticComponent;