import * as React from "react";
import type { RenderOptions } from "@testing-library/react";
declare const customRender: (ui: React.ReactElement, options?: Omit<RenderOptions, "wrapper">) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
export declare const spaceAfterTokens: {
    none: string;
    smallest: string;
    small: string;
    normal: string;
    medium: string;
    large: string;
    largest: string;
};
export * from "@testing-library/react";
export { customRender as render };
