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