interface Options { component: React.ComponentType; props: Props & React.JSX.IntrinsicAttributes; error: string; } export declare function itThrowsContextError(options: Options, name?: string): void; export {};