import { SFCWithInstall } from '../types'; export declare function withInstallComponent(main: T, extra?: E[]): T; export declare function withNoopInstall(component: T): SFCWithInstall;