import React from 'react';
export declare const renderWithTheme: (Component: React.FC<any>, props?: any) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement>;
export declare const renderWithProvider: (Provider: ({ children }: {
    children: React.ReactNode | React.ReactNode[];
}) => JSX.Element, providerProps: any, Component: React.FC<any>, props?: any) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement>;
