import type { SFCWithInstall } from './types';
declare const _default: <T>(component: T) => SFCWithInstall<T>;
export default _default;
