import { SKLayer, Panel } from '../types'; export declare const parsePanel: (layer: SKLayer) => Panel;