import { type ActionAreaProps } from "./Props"; /** * An area that acts as a button or link, and is devoid of styling */ export declare function ActionArea(props: ActionAreaProps): import("react/jsx-runtime").JSX.Element;