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