import { NodePatchingData } from "../../renderer/NodePatcher"; declare const Selectable_base: any; /** * Wrapper to allow selection when clicked for the child element */ export default class Selectable extends Selectable_base { render(): NodePatchingData; } export {}; //# sourceMappingURL=Selectable.d.ts.map