import * as React from "react"; import "@testing-library/jest-dom/extend-expect"; export declare const commonPropsTests: (name: string, component: React.ReactNode, expectedStyle: Partial) => void; export declare const commonAnchorTests: (name: string, component: React.ReactNode, size: (style: CSSStyleDeclaration) => string | null, edge: (style: CSSStyleDeclaration) => string | null, oppositeEdge: (style: CSSStyleDeclaration) => string | null) => void; export declare const commonResizableTests: (name: string, component: React.ReactNode, size: (style: CSSStyleDeclaration) => string | null, edge: (style: CSSStyleDeclaration) => string | null, oppositeEdge: (style: CSSStyleDeclaration) => string | null, horizontal: boolean, negate: boolean) => void;