import { LayerNode } from '../types'; export declare function htmlToFigma(selector?: HTMLElement | string): LayerNode;