import { SKLayer, Property } from '../types'; /** * 基础属性解析 * @param layer */ export declare const parseProperty: (layer: SKLayer) => Property;