export declare const mockComponent: >(id: string, component: React.ComponentType) => void; export declare function clearComponentMocks(): void; export declare const getMockForComponent: (id: string) => React.ComponentType | undefined;