import * as React from "react"; import { AriaButtonProps } from "react-aria"; export interface ClickableProps extends AriaButtonProps { role?: React.AriaRole; noCursor?: boolean; as?: Tag; className?: string; htmlFor?: string; } export declare const Clickable: React.ForwardRefExoticComponent> & React.RefAttributes>; //# sourceMappingURL=Clickable.d.ts.map