export declare function mountComponent<T>(Hooks: (props: T) => unknown, defaultProps: T): void;