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

(props: P) => void; export declare const autoLayoutMixin: (node: any) => (props: any) => void;