import { PublishableProps } from '../types'; export declare const publishableMixin: (node: N) =>

(props: P) => void;