import { Color } from './Color';
import { IconOptions } from './IconOptions';
import { Size } from './Size';
import { LayerType } from './LayerType';
export { Color, IconOptions, Size, LayerType };
