import type { AnchoredFloorTextFeature, AnchoredImageFeature, AnchoredImageProperties, AnchoredTextAreaFeature, AnchoredTextAreaProperties, FloatingImageFeature, FloatingImageProperties, FloatingTextAreaFeature, FloatingTextAreaProperties, FloorImageFeature, FloorTextFeature, LineStringStyle, PointStyle, PolygonStyle, TextAreaFeature } from './extensions/index.js'; export declare const isPolygonStyle: (value: PolygonStyle | LineStringStyle | PointStyle) => value is PolygonStyle; export declare const isLineStringStyle: (value: PolygonStyle | LineStringStyle | PointStyle) => value is LineStringStyle; export declare const isPointStyle: (value: PolygonStyle | LineStringStyle | PointStyle) => value is PointStyle; export declare const isAnchoredImageProperties: (value: AnchoredImageProperties | FloatingImageProperties) => value is AnchoredImageProperties; export declare const isFloatingImageProperties: (value: AnchoredImageProperties | FloatingImageProperties) => value is FloatingImageProperties; export declare const isAnchoredTextAreaProperties: (value: AnchoredTextAreaProperties | FloatingTextAreaProperties) => value is AnchoredTextAreaProperties; export declare const isFloatingTextAreaProperties: (value: AnchoredTextAreaProperties | FloatingTextAreaProperties) => value is FloatingTextAreaProperties; export declare const isAnchoredImageOrTextLabelFeature: (value: FloorImageFeature | FloorTextFeature) => value is AnchoredImageFeature | AnchoredFloorTextFeature; export declare const isFloatingImageFeature: (value: FloorImageFeature) => value is FloatingImageFeature; export declare const isAnchoredTextAreaFeature: (value: TextAreaFeature) => value is AnchoredTextAreaFeature; export declare const isFloatingTextAreaFeature: (value: TextAreaFeature) => value is FloatingTextAreaFeature; //# sourceMappingURL=identify.d.ts.map