import { LayerComponent } from '../types'; import { ShapeContentProps } from './content/ShapeContent'; export type ShapeLayerProps = ShapeContentProps; declare const ShapeLayer: LayerComponent; export default ShapeLayer;