import { InstallWithSFC } from './types';
export * from './types';
export declare function useInstallSFC<T, E extends Record<string, any>>(main: T, extra?: E): InstallWithSFC<T> & E;
