import type { SFCWithInstall } from './typescript'; export declare const withInstall: >(main: T, extra?: E | undefined) => SFCWithInstall & E; export declare const withNoopInstall: (component: T) => SFCWithInstall;