export declare function compose(attrs: { id: string; name?: string; hidePreview?: boolean; naturalSize?: { width: number; height: number; }; type?: string; }): import("../composing").RefsNode;